summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.misc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-11-13 00:30:49 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-11-13 00:30:49 +0100
commitb6a5c9e0b1ed79e56e7dc8b3a0b2a61856fda576 (patch)
tree622172c6d4fba89038c9f92d12085fce72268259 /target/linux/config/Config.in.misc
parent4129680028eaddf98219126f787b08551bbf7088 (diff)
unify alix support
add hardware profiles for 3 alix boards, but use the same toolchain for all of them. This is just better for maintenance purpose. delete old targets.
Diffstat (limited to 'target/linux/config/Config.in.misc')
-rw-r--r--target/linux/config/Config.in.misc63
1 files changed, 55 insertions, 8 deletions
diff --git a/target/linux/config/Config.in.misc b/target/linux/config/Config.in.misc
index 627a691bc..8663f30e5 100644
--- a/target/linux/config/Config.in.misc
+++ b/target/linux/config/Config.in.misc
@@ -4,20 +4,67 @@ config ADK_LINUX_INITRAMFS_BUILTIN
boolean
default n
-config ADK_KERNEL_RFKILL
+config ADK_KERNEL_MISC_DEVICES
boolean
default n
-config ADK_KERNEL_WATCHDOG
+config ADK_KERNEL_CS5535_MFGPT
boolean
- default y if ADK_TARGET_WITH_WATCHDOG
default n
-config ADK_KERNEL_I2C_CHARDEV
+config ADK_KERNEL_CS5535_CLOCK_EVENT_SRC
boolean
default n
+config ADK_KERNEL_RFKILL
+ boolean
+ default n
+
+config ADK_KERNEL_WATCHDOG
+ boolean
+ default n
+
+config ADK_KERNEL_I2C_CHARDEV
+ boolean
+ 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
+ default y if ADK_HARDWARE_ALIX2D2
+ default y if ADK_HARDWARE_ALIX2D13
+ default n
+ help
+ Geode watchdog.
+
+config ADK_KERNEL_RTC_DRV_CMOS
+ prompt "rtc-cmos.......................... RTC support for PC CMOS"
+ tristate
+ select ADK_KERNEL_RTC_CLASS
+ select ADK_KERNEL_RTC_HCTOSYS
+ select ADK_KERNEL_RTC_INTF_DEV
+ default y if ADK_TARGET_WITH_RTC
+ default n
+ help
+ RTC support for ALIX boards.
config ADK_KPACKAGE_KMOD_I2C
prompt "kmod-i2c.......................... I2C support"
@@ -31,7 +78,7 @@ config ADK_KPACKAGE_KMOD_SCx200_ACB
prompt "kmod-i2c-geode.................... I2C driver for Geode"
tristate
depends on ADK_KPACKAGE_KMOD_I2C
- depends on ADK_LINUX_X86_ALIX1C || ADK_LINUX_X86_ALIX2D || ADK_LINUX_X86_ALIX2D13
+ depends on ADK_LINUX_X86_ALIX
default n
help
I2C driver for Geode boards.
@@ -96,7 +143,7 @@ config ADK_KPACKAGE_KMOD_EEPROM_93CX6
tristate
depends on ADK_KPACKAGE_KMOD_MAC80211
depends on !ADK_LINUX_CRIS_FOXBOARD && !ADK_LINUX_MIPS64_LEMOTE
- default n
- help
-
+ default n
+ help
+
endmenu