Skip to content

Commit

Permalink
[POWERPC] Allow combined iSeries and MULTIPLATFORM build
Browse files Browse the repository at this point in the history
This will build with ISERIES, PSERIES and PMAC64 selected, but will only
boot on iSeries so far.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
  • Loading branch information
Stephen Rothwell committed Oct 3, 2006
1 parent 5e203d6 commit a542dbd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions arch/powerpc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -338,10 +338,6 @@ config PPC_MULTIPLATFORM
RS/6000 machine, an Apple machine, or a PReP, CHRP,
Maple or Cell-based machine.

config PPC_ISERIES
bool "IBM Legacy iSeries"
depends on PPC64

config EMBEDDED6xx
bool "Embedded 6xx/7xx/7xxx-based board"
depends on PPC32 && (BROKEN||BROKEN_ON_SMP)
Expand All @@ -365,6 +361,10 @@ config PPC_PSERIES
select PPC_UDBG_16550
default y

config PPC_ISERIES
bool "IBM Legacy iSeries"
depends on PPC_MULTIPLATFORM && PPC64

config PPC_CHRP
bool "Common Hardware Reference Platform (CHRP) based machines"
depends on PPC_MULTIPLATFORM && PPC32
Expand Down

0 comments on commit a542dbd

Please sign in to comment.