Merge tag 'gvt-next-fixes-2020-08-05' of https://github.com/intel/gvt-linux into...
[linux-2.6-microblaze.git] / drivers / thermal / Kconfig
index 13991d6..b668224 100644 (file)
@@ -20,7 +20,6 @@ if THERMAL
 config THERMAL_NETLINK
        bool "Thermal netlink management"
        depends on NET
-       default y
        help
          The thermal framework has a netlink interface to do thermal
          zones discovery, temperature readings and events such as
@@ -500,4 +499,15 @@ config SPRD_THERMAL
        help
          Support for the Spreadtrum thermal sensor driver in the Linux thermal
          framework.
+
+config KHADAS_MCU_FAN_THERMAL
+       tristate "Khadas MCU controller FAN cooling support"
+       depends on OF || COMPILE_TEST
+       depends on MFD_KHADAS_MCU
+       select MFD_CORE
+       select REGMAP
+       help
+         If you say yes here you get support for the FAN controlled
+         by the Microcontroller found on the Khadas VIM boards.
+
 endif