aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r--arch/powerpc/Kconfig8
1 files changed, 6 insertions, 2 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index e922a88b2bad..baec4e3ff832 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -413,12 +413,17 @@ config PPC_CELL_NATIVE
413 default n 413 default n
414 414
415config PPC_IBM_CELL_BLADE 415config PPC_IBM_CELL_BLADE
416 bool " IBM Cell Blade" 416 bool "IBM Cell Blade"
417 depends on PPC_MULTIPLATFORM && PPC64 417 depends on PPC_MULTIPLATFORM && PPC64
418 select PPC_CELL_NATIVE 418 select PPC_CELL_NATIVE
419 select PPC_RTAS 419 select PPC_RTAS
420 select MMIO_NVRAM 420 select MMIO_NVRAM
421 select PPC_UDBG_16550 421 select PPC_UDBG_16550
422 select UDBG_RTAS_CONSOLE
423
424config UDBG_RTAS_CONSOLE
425 bool
426 default n
422 427
423config XICS 428config XICS
424 depends on PPC_PSERIES 429 depends on PPC_PSERIES
@@ -794,7 +799,6 @@ config GENERIC_ISA_DMA
794 799
795config PPC_I8259 800config PPC_I8259
796 bool 801 bool
797 default y if MPC8641_HPCN
798 default n 802 default n
799 803
800config PPC_INDIRECT_PCI 804config PPC_INDIRECT_PCI