diff options
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 051bfe9..9344c71 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -525,6 +525,13 @@ config APANIC_PLABEL If your platform uses a different flash partition label for storing crashdumps, enter it here. +config OMAP_DIE_TEMP_SENSOR + bool "OMAP On-Die temp sensor support" + depends on OMAP_TEMP_SENSOR + help + Enabling this config will give support for the on-die + temp sensor for the OMAP platform. + source "drivers/misc/c2port/Kconfig" source "drivers/misc/eeprom/Kconfig" source "drivers/misc/cb710/Kconfig" |