Source
336
336
help
337
337
Enable this option if you want to have support for thermal management
338
338
controller present in Mediatek SoCs
339
339
340
340
menu "Intel thermal drivers"
341
341
depends on X86 || X86_INTEL_QUARK || COMPILE_TEST
342
342
source "drivers/thermal/intel/Kconfig"
343
343
endmenu
344
344
345
345
menu "Broadcom thermal drivers"
346
-
depends on ARCH_BCM || ARCH_BRCMSTB || ARCH_BCM2835 || COMPILE_TEST
346
+
depends on ARCH_BCM || ARCH_BRCMSTB || ARCH_BCM2835 || ARCH_BCM_IPROC || \
347
+
COMPILE_TEST
347
348
source "drivers/thermal/broadcom/Kconfig"
348
349
endmenu
349
350
350
351
menu "Texas Instruments thermal drivers"
351
352
depends on ARCH_HAS_BANDGAP || COMPILE_TEST
352
353
depends on HAS_IOMEM
353
354
source "drivers/thermal/ti-soc-thermal/Kconfig"
354
355
endmenu
355
356
356
357
menu "Samsung thermal drivers"