diff options
Diffstat (limited to 'target/linux/config')
-rw-r--r-- | target/linux/config/Config.in.block | 5 | ||||
-rw-r--r-- | target/linux/config/Config.in.graphics | 1 | ||||
-rw-r--r-- | target/linux/config/Config.in.kvm | 2 | ||||
-rw-r--r-- | target/linux/config/Config.in.misc | 18 |
4 files changed, 15 insertions, 11 deletions
diff --git a/target/linux/config/Config.in.block b/target/linux/config/Config.in.block index 4415489c1..1812b5570 100644 --- a/target/linux/config/Config.in.block +++ b/target/linux/config/Config.in.block @@ -36,6 +36,9 @@ config ADK_KERNEL_ISCSI_TCP config ADK_KERNEL_DM_CRYPT boolean +config ADK_KERNEL_BLK_DEV + boolean + config ADK_KERNEL_BLK_DEV_DM boolean select ADK_KERNEL_MD @@ -67,6 +70,7 @@ config ADK_KERNEL_SATA_AHCI select ADK_KERNEL_BLOCK select ADK_KERNEL_ATA select ADK_KERNEL_BLK_DEV_SD + depends on ADK_TARGET_WITH_SATA default y if ADK_HARDWARE_SHUTTLE default n @@ -282,6 +286,7 @@ config ADK_KPACKAGE_KMOD_DM_MIRROR config ADK_KPACKAGE_KMOD_BLK_DEV_DRBD prompt "kmod-blk-dev-drbd................. DRBD support (Network RAID 1)" tristate + select ADK_KERNEL_BLK_DEV select ADK_KERNEL_CONNECTOR help DRBD - http://www.drbd.org diff --git a/target/linux/config/Config.in.graphics b/target/linux/config/Config.in.graphics index dd4df958c..96814e733 100644 --- a/target/linux/config/Config.in.graphics +++ b/target/linux/config/Config.in.graphics @@ -38,6 +38,7 @@ config ADK_KERNEL_FB_GEODE_LX select ADK_KERNEL_FB select ADK_KERNEL_FRAMEBUFFER_CONSOLE select ADK_KERNEL_FB_GEODE + depends on ADK_LINUX_X86_ALIX default y if ADK_HARDWARE_ALIX1C default n help diff --git a/target/linux/config/Config.in.kvm b/target/linux/config/Config.in.kvm index 20aaa4f92..44ed992a4 100644 --- a/target/linux/config/Config.in.kvm +++ b/target/linux/config/Config.in.kvm @@ -1,5 +1,5 @@ menu "Virtualization" -depends on ADK_LINUX_X86_64 || ADK_LINUX_X86 +depends on (ADK_LINUX_X86_64 || ADK_LINUX_X86) && ADK_TARGET_CPU_WITH_VT config ADK_KERNEL_VIRTUALIZATION bool 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 |