diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-08-30 06:04:09 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-08-30 06:04:09 +0200 |
commit | 9a71264445185841dee548eca87b2984fc198f1f (patch) | |
tree | 9266734c5c22a99a64100c8b93242f0e494d86d0 /target/linux/config/Config.in.sensors | |
parent | 15ea15f2cff68851af19b0e74a7646eb0ce74002 (diff) | |
parent | 36197e445d0bde5785bb1a823b0e83c4f5b89ccb (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/linux/config/Config.in.sensors')
-rw-r--r-- | target/linux/config/Config.in.sensors | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.sensors b/target/linux/config/Config.in.sensors new file mode 100644 index 000000000..941913bbd --- /dev/null +++ b/target/linux/config/Config.in.sensors @@ -0,0 +1,25 @@ +menu "Sensors" + +config ADK_KERNEL_HWMON + boolean + +config ADK_KPACKAGE_KMOD_CORETEMP + prompt "kmod-coretemp..................... Coretemp" + boolean + 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" + boolean + default n + help + Module for IT87 smbus chipsets + +endmenu + |