summaryrefslogtreecommitdiffstats
path: root/arch/ppc/config.in
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ppc/config.in')
-rw-r--r--arch/ppc/config.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/arch/ppc/config.in b/arch/ppc/config.in
index 279d81438..fa98b5fcf 100644
--- a/arch/ppc/config.in
+++ b/arch/ppc/config.in
@@ -85,12 +85,16 @@ comment 'General setup'
if [ "$CONFIG_APUS" = "y" ]; then
define_bool CONFIG_PCI n
-else if [ "$CONFIG_OAK" = "y" ]; then
+fi
+if [ "$CONFIG_OAK" = "y" ]; then
define_bool CONFIG_PCI n
-else if [ "$CONFIG_8xx" = "y" ]; then
+fi
+if [ "$CONFIG_8xx" = "y" ]; then
bool 'QSpan PCI' CONFIG_PCI
else
+ if [ "$CONFIG_APUS" != "y" ]; then
define_bool CONFIG_PCI y
+ fi
fi
bool 'Networking support' CONFIG_NET