Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Paul Mackerras <paulus@samba.org>

+2 -2
+2 -2
arch/powerpc/Kconfig
··· 261 261 262 262 config EMBEDDED6xx 263 263 bool "Embedded 6xx/7xx/7xxx-based board" 264 - depends on PPC32 264 + depends on PPC32 && BROKEN 265 265 266 266 config APUS 267 267 bool "Amiga-APUS" ··· 305 305 306 306 config PPC_PREP 307 307 bool " PowerPC Reference Platform (PReP) based machines" 308 - depends on PPC_MULTIPLATFORM && PPC32 308 + depends on PPC_MULTIPLATFORM && PPC32 && BROKEN 309 309 select PPC_I8259 310 310 select PPC_INDIRECT_PCI 311 311 default y