diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-05-31 16:57:01 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-05-31 16:57:01 +0000 |
commit | 17982e54d4e95c4719480f48106996019fa19ed1 (patch) | |
tree | 6bab7bf351fe2026eed2337b8318a8d2450d6602 /target/linux/x86/generic/config-default | |
parent | 0ed739e5f48f675318f6841decaa3f3def280223 (diff) |
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/generic/config-default')
-rw-r--r-- | target/linux/x86/generic/config-default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/x86/generic/config-default b/target/linux/x86/generic/config-default index 4c4f1b2841..252e938187 100644 --- a/target/linux/x86/generic/config-default +++ b/target/linux/x86/generic/config-default @@ -54,6 +54,7 @@ CONFIG_MOUSE_PS2_TRACKPOINT=y # CONFIG_MOUSE_VSXXXAA is not set CONFIG_PATA_LEGACY=y CONFIG_PATA_PLATFORM=y +CONFIG_PATA_AMD=y CONFIG_PCIEAER=y CONFIG_PCIEPORTBUS=y CONFIG_VT=y |