Commit a542dbd3 authored by Stephen Rothwell's avatar Stephen Rothwell

[POWERPC] Allow combined iSeries and MULTIPLATFORM build

This will build with ISERIES, PSERIES and PMAC64 selected, but will only
boot on iSeries so far.
Signed-off-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
parent 5e203d68
...@@ -338,10 +338,6 @@ config PPC_MULTIPLATFORM ...@@ -338,10 +338,6 @@ config PPC_MULTIPLATFORM
RS/6000 machine, an Apple machine, or a PReP, CHRP, RS/6000 machine, an Apple machine, or a PReP, CHRP,
Maple or Cell-based machine. Maple or Cell-based machine.
config PPC_ISERIES
bool "IBM Legacy iSeries"
depends on PPC64
config EMBEDDED6xx config EMBEDDED6xx
bool "Embedded 6xx/7xx/7xxx-based board" bool "Embedded 6xx/7xx/7xxx-based board"
depends on PPC32 && (BROKEN||BROKEN_ON_SMP) depends on PPC32 && (BROKEN||BROKEN_ON_SMP)
...@@ -365,6 +361,10 @@ config PPC_PSERIES ...@@ -365,6 +361,10 @@ config PPC_PSERIES
select PPC_UDBG_16550 select PPC_UDBG_16550
default y default y
config PPC_ISERIES
bool "IBM Legacy iSeries"
depends on PPC_MULTIPLATFORM && PPC64
config PPC_CHRP config PPC_CHRP
bool "Common Hardware Reference Platform (CHRP) based machines" bool "Common Hardware Reference Platform (CHRP) based machines"
depends on PPC_MULTIPLATFORM && PPC32 depends on PPC_MULTIPLATFORM && PPC32
......
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