Commit 373a6da1 authored by Stephen Rothwell's avatar Stephen Rothwell Committed by Paul Mackerras

[POWERPC] Make non-PCI build work again

Maple and pasemi both require PCI as does CONFIG_OF_PLATFORM_PCI.
The default setting of CONFIG_ISA_DMA_API is set to match the protection
around the relevant routines in asm/dma.h.

I also had to remove the PMAC platform from the combined build.  The
precis is that to build a 64 bit kernel with no PCI, you can only include
pSeries and iSeries.
Signed-off-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 70fbb938
...@@ -160,6 +160,7 @@ config PPC_DCR ...@@ -160,6 +160,7 @@ config PPC_DCR
config PPC_OF_PLATFORM_PCI config PPC_OF_PLATFORM_PCI
bool bool
depends on PCI
depends on PPC64 # not supported on 32 bits yet depends on PPC64 # not supported on 32 bits yet
default n default n
...@@ -417,7 +418,7 @@ endmenu ...@@ -417,7 +418,7 @@ endmenu
config ISA_DMA_API config ISA_DMA_API
bool bool
default y default !PPC_ISERIES || PCI
menu "Bus options" menu "Bus options"
......
config PPC_MAPLE config PPC_MAPLE
depends on PPC_MULTIPLATFORM && PPC64 depends on PPC_MULTIPLATFORM && PPC64
bool "Maple 970FX Evaluation Board" bool "Maple 970FX Evaluation Board"
select PCI
select MPIC select MPIC
select U3_DART select U3_DART
select MPIC_U3_HT_IRQS select MPIC_U3_HT_IRQS
......
...@@ -3,6 +3,7 @@ config PPC_PASEMI ...@@ -3,6 +3,7 @@ config PPC_PASEMI
bool "PA Semi SoC-based platforms" bool "PA Semi SoC-based platforms"
default n default n
select MPIC select MPIC
select PCI
select PPC_UDBG_16550 select PPC_UDBG_16550
select PPC_NATIVE select PPC_NATIVE
select MPIC_BROKEN_REGREAD select MPIC_BROKEN_REGREAD
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment