diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-28 17:17:51 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-28 17:17:51 +0200 |
commit | a99e489421283b5191fe4ccbc37b441a777097f2 (patch) | |
tree | 030d89b26e6c0ce267ae74c0a6f3933f345fe812 /target/linux/config/Config.in.sensors | |
parent | 53c878565d938b310dcf5b47ef9ed1d6922e0620 (diff) |
final kernel config cleanup
Diffstat (limited to 'target/linux/config/Config.in.sensors')
-rw-r--r-- | target/linux/config/Config.in.sensors | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/target/linux/config/Config.in.sensors b/target/linux/config/Config.in.sensors index 941913bbd..9a9b44f5f 100644 --- a/target/linux/config/Config.in.sensors +++ b/target/linux/config/Config.in.sensors @@ -4,22 +4,21 @@ config ADK_KERNEL_HWMON boolean config ADK_KPACKAGE_KMOD_CORETEMP - prompt "kmod-coretemp..................... Coretemp" + prompt "Coretemp" boolean + select ADK_KERNEL_EXPERIMENTAL select ADK_KERNEL_I2C select ADK_KERNEL_I2C_CHARDEV select ADK_KERNEL_HWMON - select ADK_KERNEL_EXPERIMENTAL default n help Coretemp module config ADK_KPACKAGE_KMOD_IT87 - prompt "kmod-it87......................... it87" + prompt "IT87" boolean default n help Module for IT87 smbus chipsets - endmenu |