diff options
Diffstat (limited to 'drivers/mxc/thermal/Kconfig')
-rw-r--r-- | drivers/mxc/thermal/Kconfig | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/drivers/mxc/thermal/Kconfig b/drivers/mxc/thermal/Kconfig new file mode 100644 index 00000000..e1c7de90 --- /dev/null +++ b/drivers/mxc/thermal/Kconfig @@ -0,0 +1,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 + |