diff options
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index d43e4521abf2..b9a40a35a9ed 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -340,7 +340,7 @@ config PPC_ISERIES | |||
340 | 340 | ||
341 | config EMBEDDED6xx | 341 | config EMBEDDED6xx |
342 | bool "Embedded 6xx/7xx/7xxx-based board" | 342 | bool "Embedded 6xx/7xx/7xxx-based board" |
343 | depends on PPC32 && BROKEN | 343 | depends on PPC32 && (BROKEN||BROKEN_ON_SMP) |
344 | 344 | ||
345 | config APUS | 345 | config APUS |
346 | bool "Amiga-APUS" | 346 | bool "Amiga-APUS" |
@@ -417,12 +417,17 @@ config PPC_CELL_NATIVE | |||
417 | default n | 417 | default n |
418 | 418 | ||
419 | config PPC_IBM_CELL_BLADE | 419 | config PPC_IBM_CELL_BLADE |
420 | bool " IBM Cell Blade" | 420 | bool "IBM Cell Blade" |
421 | depends on PPC_MULTIPLATFORM && PPC64 | 421 | depends on PPC_MULTIPLATFORM && PPC64 |
422 | select PPC_CELL_NATIVE | 422 | select PPC_CELL_NATIVE |
423 | select PPC_RTAS | 423 | select PPC_RTAS |
424 | select MMIO_NVRAM | 424 | select MMIO_NVRAM |
425 | select PPC_UDBG_16550 | 425 | select PPC_UDBG_16550 |
426 | select UDBG_RTAS_CONSOLE | ||
427 | |||
428 | config UDBG_RTAS_CONSOLE | ||
429 | bool | ||
430 | default n | ||
426 | 431 | ||
427 | config XICS | 432 | config XICS |
428 | depends on PPC_PSERIES | 433 | depends on PPC_PSERIES |
@@ -435,7 +440,8 @@ config U3_DART | |||
435 | default n | 440 | default n |
436 | 441 | ||
437 | config MPIC | 442 | config MPIC |
438 | depends on PPC_PSERIES || PPC_PMAC || PPC_MAPLE || PPC_CHRP | 443 | depends on PPC_PSERIES || PPC_PMAC || PPC_MAPLE || PPC_CHRP \ |
444 | || MPC7448HPC2 | ||
439 | bool | 445 | bool |
440 | default y | 446 | default y |
441 | 447 | ||
@@ -561,6 +567,13 @@ config TAU_AVERAGE | |||
561 | /proc/cpuinfo. | 567 | /proc/cpuinfo. |
562 | 568 | ||
563 | If in doubt, say N here. | 569 | If in doubt, say N here. |
570 | |||
571 | config PPC_TODC | ||
572 | depends on EMBEDDED6xx | ||
573 | bool "Generic Time-of-day Clock (TODC) support" | ||
574 | ---help--- | ||
575 | This adds support for many TODC/RTC chips. | ||
576 | |||
564 | endmenu | 577 | endmenu |
565 | 578 | ||
566 | source arch/powerpc/platforms/embedded6xx/Kconfig | 579 | source arch/powerpc/platforms/embedded6xx/Kconfig |
@@ -801,7 +814,6 @@ config GENERIC_ISA_DMA | |||
801 | 814 | ||
802 | config PPC_I8259 | 815 | config PPC_I8259 |
803 | bool | 816 | bool |
804 | default y if MPC8641_HPCN | ||
805 | default n | 817 | default n |
806 | 818 | ||
807 | config PPC_INDIRECT_PCI | 819 | config PPC_INDIRECT_PCI |
@@ -824,7 +836,8 @@ config MCA | |||
824 | bool | 836 | bool |
825 | 837 | ||
826 | config PCI | 838 | config PCI |
827 | bool "PCI support" if 40x || CPM2 || PPC_83xx || PPC_85xx || PPC_86xx || PPC_MPC52xx || (EMBEDDED && PPC_ISERIES) | 839 | bool "PCI support" if 40x || CPM2 || PPC_83xx || PPC_85xx || PPC_MPC52xx || (EMBEDDED && PPC_ISERIES) \ |
840 | || MPC7448HPC2 | ||
828 | default y if !40x && !CPM2 && !8xx && !APUS && !PPC_83xx && !PPC_85xx && !PPC_86xx | 841 | default y if !40x && !CPM2 && !8xx && !APUS && !PPC_83xx && !PPC_85xx && !PPC_86xx |
829 | default PCI_PERMEDIA if !4xx && !CPM2 && !8xx && APUS | 842 | default PCI_PERMEDIA if !4xx && !CPM2 && !8xx && APUS |
830 | default PCI_QSPAN if !4xx && !CPM2 && 8xx | 843 | default PCI_QSPAN if !4xx && !CPM2 && 8xx |