From 220a96f9926788ed531717f78e44fdf1e7ab3b34 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 30 Dec 2010 22:45:29 +0100 Subject: rework architecture / embedded systems concept Make configuration of new targets cheap. Just add a new file in target/arch/sys-enabled/foo. See other files for syntax. While doing runtime tests with the new infrastructure I've updated a lot of other stuff: - gcc 4.5.2 - uClibc 0.9.32-rc1 (NPTL) - strongswan, php, miredo, parted, util-linux-ng, e2fsprogs I promise, this is the last big fat commit this year ;) --- target/linux/config/Config.in.misc | 74 ++++++++++---------------------------- 1 file changed, 19 insertions(+), 55 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 0cf5819a0..b0b3c5782 100644 --- a/target/linux/config/Config.in.misc +++ b/target/linux/config/Config.in.misc @@ -1,96 +1,62 @@ -config ADK_LINUX_INITRAMFS_BUILTIN - select ADK_KERNEL_BLK_DEV_INITRD - select ADK_KERNEL_INITRAMFS_COMPRESSION_NONE - boolean - default n - -config ADK_KERNEL_MISC_DEVICES - boolean - default n - -config ADK_KERNEL_CS5535_MFGPT - boolean - default n - -config ADK_KERNEL_CS5535_CLOCK_EVENT_SRC - boolean - default n +#config ADK_LINUX_INITRAMFS_BUILTIN +# select ADK_KERNEL_BLK_DEV_INITRD +# select ADK_KERNEL_INITRAMFS_COMPRESSION_NONE +# boolean +# default n config ADK_KERNEL_RFKILL boolean - default n - -config ADK_KERNEL_WATCHDOG - boolean - default n config ADK_KERNEL_I2C boolean - default n config ADK_KERNEL_I2C_CHARDEV tristate - default n config ADK_KERNEL_RTC_CLASS boolean - default n config ADK_KERNEL_RTC_HCTOSYS boolean - default n config ADK_KERNEL_RTC_INTF_DEV boolean - default n menu "Miscellaneous devices support" -config ADK_KERNEL_GEODE_WDT - prompt "geode-wdt......................... Geode Hardware Watchdog" - tristate - select ADK_KERNEL_WATCHDOG - 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 +config ADK_KERNEL_RTC_DRV_AT91SAM9 + prompt ".................................. RTC support for AT91SAM9 (Fox G20)" + boolean + select ADK_KERNEL_RTC_CLASS + select ADK_KERNEL_RTC_HCTOSYS + select ADK_KERNEL_RTC_INTF_DEV + default y if ADK_TARGET_SYSTEM_ACMESYSTEMS_FOXG20 default n help - Geode watchdog. + Fox G20 RTC support. config ADK_KERNEL_RTC_DRV_CMOS - prompt "rtc-cmos.......................... RTC support for PC CMOS" - tristate + prompt ".................................. RTC support for PC CMOS" + boolean select ADK_KERNEL_RTC_CLASS select ADK_KERNEL_RTC_HCTOSYS select ADK_KERNEL_RTC_INTF_DEV - default y if ADK_TARGET_WITH_RTC + default y if ADK_TARGET_SYSTEM_PCENGINES_ALIX1C + default y if ADK_TARGET_SYSTEM_PCENGINES_ALIX2D13 + default y if ADK_TARGET_SYSTEM_IBM_X40 default n help - RTC support for ALIX boards. + PC CMOS RTC support. config ADK_KPACKAGE_KMOD_SCx200_ACB prompt "kmod-i2c-geode.................... I2C driver for Geode" tristate select ADK_KERNEL_I2C select ADK_KERNEL_I2C_CHARDEV - depends on ADK_LINUX_X86_ALIX default n help I2C driver for Geode boards. -config ADK_KPACKAGE_KMOD_SOFT_WATCHDOG - prompt "kmod-softdog...................... Software watchdog" - tristate - default n - select ADK_KERNEL_WATCHDOG - help - A software monitoring watchdog. This will fail to reboot your system - from some situations that the hardware watchdog will recover - from. Equally it's a lot cheaper to install. - config ADK_KPACKAGE_KMOD_PARPORT prompt "kmod-parport...................... generic parallel port support" tristate @@ -131,7 +97,6 @@ config ADK_KPACKAGE_KMOD_FW_LOADER prompt "kmod-fw-loader.................... userspace firmware loading support" tristate default n - depends on !ADK_LINUX_QEMU help This may be necessary when using drivers which require loading of external firmware files. @@ -140,7 +105,6 @@ config ADK_KPACKAGE_KMOD_EEPROM_93CX6 prompt "kmod-eeprom-93cx6................. 93cx6 eeprom support" tristate depends on ADK_KPACKAGE_KMOD_MAC80211 - depends on !ADK_LINUX_CRIS_FOXBOARD && !ADK_HARDWARE_LEMOTE_YEELONG default n help -- cgit v1.2.3