summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.misc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-12-13 19:21:11 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-12-13 19:21:11 +0100
commit39f9801f2ad0e0e9468ef405f8e7b777f662491e (patch)
tree340653324cf45af1b87f25568d2304163574ff68 /target/linux/config/Config.in.misc
parent4f6007861e1b6a440ba1b48af0120678c63fa3c4 (diff)
optimize for ibm x40 hardware profile
Diffstat (limited to 'target/linux/config/Config.in.misc')
-rw-r--r--target/linux/config/Config.in.misc18
1 files changed, 8 insertions, 10 deletions
diff --git a/target/linux/config/Config.in.misc b/target/linux/config/Config.in.misc
index a51d48ee3..0cf5819a0 100644
--- a/target/linux/config/Config.in.misc
+++ b/target/linux/config/Config.in.misc
@@ -23,9 +23,13 @@ config ADK_KERNEL_RFKILL
config ADK_KERNEL_WATCHDOG
boolean
default n
+
+config ADK_KERNEL_I2C
+ boolean
+ default n
config ADK_KERNEL_I2C_CHARDEV
- boolean
+ tristate
default n
config ADK_KERNEL_RTC_CLASS
@@ -49,6 +53,7 @@ config ADK_KERNEL_GEODE_WDT
select ADK_KERNEL_MISC_DEVICES
select ADK_KERNEL_CS5535_MFGPT
select ADK_KERNEL_CS5535_CLOCK_EVENT_SRC
+ depends on ADK_LINUX_X86_ALIX
default y if ADK_HARDWARE_ALIX2D2
default y if ADK_HARDWARE_ALIX2D13
default n
@@ -66,18 +71,11 @@ config ADK_KERNEL_RTC_DRV_CMOS
help
RTC support for ALIX boards.
-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
+ select ADK_KERNEL_I2C
+ select ADK_KERNEL_I2C_CHARDEV
depends on ADK_LINUX_X86_ALIX
default n
help