From 39f9801f2ad0e0e9468ef405f8e7b777f662491e Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 13 Dec 2010 19:21:11 +0100 Subject: optimize for ibm x40 hardware profile --- target/linux/config/Config.in.misc | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'target/linux/config/Config.in.misc') 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 -- cgit v1.2.3