diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-10-30 22:32:19 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-10-30 22:32:19 +0000 |
commit | 55bc381741626227cad135d3890afbea1c5f40e7 (patch) | |
tree | 3c359836734084ed96abd81a528f4d13f12605e5 /target/linux/x86 | |
parent | 92fb063a32b3cb4d580384ebdf90f8c77b649948 (diff) | |
download | master-187ad058-55bc381741626227cad135d3890afbea1c5f40e7.tar.gz master-187ad058-55bc381741626227cad135d3890afbea1c5f40e7.tar.bz2 master-187ad058-55bc381741626227cad135d3890afbea1c5f40e7.zip |
x86/generic: enable pata_atiixp driver
This enables booting from devices that use an ATI PATA controller for
the boot device, such as the embedded CF cards in Fujitsu-Siemens Futro
thin-clients.
Signed-off-by: Felix Kaechele <heffer@fedoraproject.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47304 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86')
-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 c434a5918f..29e5845b2c 100644 --- a/target/linux/x86/generic/config-default +++ b/target/linux/x86/generic/config-default @@ -152,6 +152,7 @@ CONFIG_NLS=y CONFIG_NO_HZ=y # CONFIG_PANASONIC_LAPTOP is not set CONFIG_PATA_AMD=y +CONFIG_PATA_ATIIXP=y CONFIG_PATA_LEGACY=y CONFIG_PATA_MPIIX=y CONFIG_PATA_OLDPIIX=y |