diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-13 22:14:38 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-13 22:14:38 +0200 |
commit | db3b11c8da59d0d16bc63041d60667a74e7b5375 (patch) | |
tree | c73012a0914d377e4461fad313b3df00210509d2 /target/linux | |
parent | e8a4167dc40d50cc4a2818f2f692849c0538b54c (diff) |
add support for i2c-tools and kernel support on geode
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/config/Config.in.misc | 33 |
1 files changed, 22 insertions, 11 deletions
diff --git a/target/linux/config/Config.in.misc b/target/linux/config/Config.in.misc index bf62a5df7..987fe40cc 100644 --- a/target/linux/config/Config.in.misc +++ b/target/linux/config/Config.in.misc @@ -8,13 +8,33 @@ config ADK_KERNEL_RFKILL boolean default n -menu "Miscellaneous devices support" - config ADK_KERNEL_WATCHDOG boolean default y if ADK_TARGET_WITH_WATCHDOG default n +config ADK_KERNEL_I2C_CHARDEV + boolean + default n + +menu "Miscellaneous devices support" + +config ADK_KPACKAGE_KMOD_I2C + prompt "kmod-i2c.......................... I2C support" + tristate + select ADK_KERNEL_I2C_CHARDEV + default n + help + I2C support + +config ADK_KPACKAGE_KMOD_SCx200_ACB + prompt "kmod-i2c-geode.................... I2C driver for Geode" + tristate + depends on ADK_KPACKAGE_KMOD_I2C + default n + help + I2C driver for Geode boards. + config ADK_KPACKAGE_KMOD_SOFT_WATCHDOG prompt "kmod-softdog...................... Software watchdog" tristate @@ -25,15 +45,6 @@ config ADK_KPACKAGE_KMOD_SOFT_WATCHDOG from some situations that the hardware watchdog will recover from. Equally it's a lot cheaper to install. -#config ADK_KPACKAGE_KMOD_WD1100 -# prompt "kmod-wd1100....................... Soekris net4801 watchdog" -# tristate -# select ADK_KERNEL_WATCHDOG -# default n -# help -# Driver for the NatSemi SC1x00 series Watchdog -# found on Soekris net4801 boards - config ADK_KPACKAGE_KMOD_PARPORT prompt "kmod-parport...................... generic parallel port support" tristate |