Commit 5be396b0 authored by Paul Mackerras's avatar Paul Mackerras

powerpc: Mark PREP and embedded as broken for now

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: default avatarPaul Mackerras <paulus@samba.org>
parent 1dfc6772
...@@ -261,7 +261,7 @@ config PPC_ISERIES ...@@ -261,7 +261,7 @@ config PPC_ISERIES
config EMBEDDED6xx config EMBEDDED6xx
bool "Embedded 6xx/7xx/7xxx-based board" bool "Embedded 6xx/7xx/7xxx-based board"
depends on PPC32 depends on PPC32 && BROKEN
config APUS config APUS
bool "Amiga-APUS" bool "Amiga-APUS"
...@@ -305,7 +305,7 @@ config PPC_PMAC64 ...@@ -305,7 +305,7 @@ config PPC_PMAC64
config PPC_PREP config PPC_PREP
bool " PowerPC Reference Platform (PReP) based machines" bool " PowerPC Reference Platform (PReP) based machines"
depends on PPC_MULTIPLATFORM && PPC32 depends on PPC_MULTIPLATFORM && PPC32 && BROKEN
select PPC_I8259 select PPC_I8259
select PPC_INDIRECT_PCI select PPC_INDIRECT_PCI
default y default y
......
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