Skip to content

Commit

Permalink
powerpc: Mark PREP and embedded as broken for now
Browse files Browse the repository at this point in the history
These machines don't have working ARCH=powerpc support yet, so make
them depend on BROKEN so people don't enable them inadvertently and
get compile errors.

Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Paul Mackerras committed Nov 14, 2005
1 parent 1dfc677 commit 5be396b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/powerpc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ config PPC_ISERIES

config EMBEDDED6xx
bool "Embedded 6xx/7xx/7xxx-based board"
depends on PPC32
depends on PPC32 && BROKEN

config APUS
bool "Amiga-APUS"
Expand Down Expand Up @@ -305,7 +305,7 @@ config PPC_PMAC64

config PPC_PREP
bool " PowerPC Reference Platform (PReP) based machines"
depends on PPC_MULTIPLATFORM && PPC32
depends on PPC_MULTIPLATFORM && PPC32 && BROKEN
select PPC_I8259
select PPC_INDIRECT_PCI
default y
Expand Down

0 comments on commit 5be396b

Please sign in to comment.