diff options
author | 2022-06-10 09:52:11 -0700 | |
---|---|---|
committer | 2022-06-10 09:52:11 -0700 | |
commit | 7d78b7ebdf7dac762c3807274182b7c582be7937 (patch) | |
tree | 0aaa74e99f1761dca010afc7cb68f4f4c7dba905 | |
parent | netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_context (diff) | |
parent | MIPS: Loongson-3: fix compile mips cpu_hwmon as module build error. (diff) | |
download | linux-dev-7d78b7ebdf7dac762c3807274182b7c582be7937.tar.xz linux-dev-7d78b7ebdf7dac762c3807274182b7c582be7937.zip |
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.
-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 |