diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-07 16:10:25 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-07 17:59:52 +0200 |
commit | 660828b97932653e8f29779fa9ea23155c442ea2 (patch) | |
tree | 0564ffaff2ea099ed693c70022678047cea12213 /target/linux/config/Config.in.sensors | |
parent | d231c4227ec215853fe51efbe55297c1a0a6062e (diff) |
update to 3.14.3, convert some drivers to modules
Diffstat (limited to 'target/linux/config/Config.in.sensors')
-rw-r--r-- | target/linux/config/Config.in.sensors | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/target/linux/config/Config.in.sensors b/target/linux/config/Config.in.sensors deleted file mode 100644 index 9a9b44f5f..000000000 --- a/target/linux/config/Config.in.sensors +++ /dev/null @@ -1,24 +0,0 @@ -menu "Sensors" - -config ADK_KERNEL_HWMON - boolean - -config ADK_KPACKAGE_KMOD_CORETEMP - prompt "Coretemp" - boolean - select ADK_KERNEL_EXPERIMENTAL - select ADK_KERNEL_I2C - select ADK_KERNEL_I2C_CHARDEV - select ADK_KERNEL_HWMON - default n - help - Coretemp module - -config ADK_KPACKAGE_KMOD_IT87 - prompt "IT87" - boolean - default n - help - Module for IT87 smbus chipsets -endmenu - |