]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
powerpc: Mark PREP and embedded as broken for now
authorPaul Mackerras <paulus@samba.org>
Mon, 14 Nov 2005 06:31:55 +0000 (17:31 +1100)
committerPaul Mackerras <paulus@samba.org>
Mon, 14 Nov 2005 06:31:55 +0000 (17:31 +1100)
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>
arch/powerpc/Kconfig

index c5c3f4213cd99076a982b8e4dd6a4df5c4232672..94df74bcc0ee71b0b635baf6046e596c20ed8d2c 100644 (file)
@@ -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"
@@ -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