diff options
author | Linus Torvalds | 2022-06-10 09:52:11 -0700 |
---|---|---|
committer | Linus Torvalds | 2022-06-10 09:52:11 -0700 |
commit | 7d78b7ebdf7dac762c3807274182b7c582be7937 (patch) | |
tree | 0aaa74e99f1761dca010afc7cb68f4f4c7dba905 /drivers | |
parent | 874c8ca1e60b2c564a48f7e7acc40d328d5c8733 (diff) | |
parent | 41e456400212803704e82691716e1d7b0865114a (diff) |
Merge tag 'mips-fixes_5.19_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Pull MIPS fix from Thomas Bogendoerfer:
"Build fix for Loongson-3"
* tag 'mips-fixes_5.19_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux:
MIPS: Loongson-3: fix compile mips cpu_hwmon as module build error.
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/platform/mips/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/mips/Kconfig b/drivers/platform/mips/Kconfig index d421e1482395..6b51ad01f791 100644 --- a/drivers/platform/mips/Kconfig +++ b/drivers/platform/mips/Kconfig @@ -17,7 +17,7 @@ menuconfig MIPS_PLATFORM_DEVICES if MIPS_PLATFORM_DEVICES config CPU_HWMON - tristate "Loongson-3 CPU HWMon Driver" + bool "Loongson-3 CPU HWMon Driver" depends on MACH_LOONGSON64 select HWMON default y |