thermal: set as bool in mpc85xx arch
fixing https://github.com/project-openwrt/openwrt-latest-kisco/issues/13
This commit is contained in:
parent
b05745006a
commit
a99b0f9add
11
target/linux/mpc85xx/patches-5.4/998-thermal-bool.patch
Normal file
11
target/linux/mpc85xx/patches-5.4/998-thermal-bool.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- a/drivers/thermal/Kconfig
|
||||
+++ b/drivers/thermal/Kconfig
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
|
||||
menuconfig THERMAL
|
||||
- tristate "Generic Thermal sysfs driver"
|
||||
+ bool "Generic Thermal sysfs driver"
|
||||
help
|
||||
Generic Thermal Sysfs driver offers a generic mechanism for
|
||||
thermal management. Usually it's made up of one or more thermal
|
||||
Loading…
Reference in New Issue
Block a user