summaryrefslogtreecommitdiff
path: root/arch/powerpc/Kconfig
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2012-02-22 14:10:12 (GMT)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2012-02-27 00:33:58 (GMT)
commit3d066d77cf464ea1e47808f95243301fd2175a7f (patch)
treee090a9b91bab93e67bb9e0641515e6e370ac9982 /arch/powerpc/Kconfig
parentfe83364f0bf11fcb20cecbe944a95834632ffffb (diff)
downloadlinux-3d066d77cf464ea1e47808f95243301fd2175a7f.tar.xz
powerpc: remove CONFIG_PPC_ISERIES from the architecture Kconfig files
After this, we can remove the legacy iSeries code more easily. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r--arch/powerpc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index c713111..613eacf 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -614,7 +614,7 @@ endmenu
config ISA_DMA_API
bool
- default !PPC_ISERIES || PCI
+ default PCI
menu "Bus options"