diff mbox

[OpenWrt-Devel,2/3] x86/generic: enable pata_atiixp driver

Message ID e504d75dae88472f47c180db4ec90f5739a79b19.1443177223.git.heffer@fedoraproject.org
State Accepted
Headers show

Commit Message

Felix Kaechele Sept. 25, 2015, 10:37 a.m. UTC
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>
---
 target/linux/x86/generic/config-default | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/target/linux/x86/generic/config-default b/target/linux/x86/generic/config-default
index c434a59..29e5845 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