aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mxc/thermal/Kconfig
blob: e1c7de9092633074788b7b780c44dc10b4f76aa7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# ANATOP Configuration
#

menu "ANATOP_THERMAL"

config ANATOP_THERMAL
	tristate "Thermal Zone"
	depends on ARCH_MX6
	select THERMAL
	default y
	help
	  This driver supports ANATOP thermal zones. It is HIGHLY
	  recommended that this option be enabled, as your processor(s)
	  may be damaged without it.

	  To compile this driver as a module, choose M here:
	  the module will be called thermal.

endmenu