diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-05-31 16:57:01 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-05-31 16:57:01 +0000 |
commit | 5c83d117dfe1a8540dfc612902441f95c89282a7 (patch) | |
tree | 6bab7bf351fe2026eed2337b8318a8d2450d6602 /target/linux/x86/alix2 | |
parent | 98395298e5d9953f8ac9b701106bc447316f4693 (diff) | |
download | upstream-5c83d117dfe1a8540dfc612902441f95c89282a7.tar.gz upstream-5c83d117dfe1a8540dfc612902441f95c89282a7.tar.bz2 upstream-5c83d117dfe1a8540dfc612902441f95c89282a7.zip |
x86: remove pata-amd driver from generic x86 images, add addition cs553x modules
The pata-cs5535/pata-cs5536 driver is actually fairly rare: it only gets used on embedded platforms. Therefore, we remove it from the generic x86 configuration.
Also, add definitions for other useful geode modules (high-res timers, MFGPT timers, etc).
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27037 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86/alix2')
-rw-r--r-- | target/linux/x86/alix2/config-default | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/x86/alix2/config-default b/target/linux/x86/alix2/config-default index e77b409ff3..002c75315a 100644 --- a/target/linux/x86/alix2/config-default +++ b/target/linux/x86/alix2/config-default @@ -40,3 +40,5 @@ CONFIG_X86_L1_CACHE_SHIFT=5 CONFIG_X86_TSC=y CONFIG_X86_USE_3DNOW=y CONFIG_X86_USE_PPRO_CHECKSUM=y +# CONFIG_CS5535_CLOCK_EVENT_SRC is not set +CONFIG_PATA_CS5536=y |