diff options
Diffstat (limited to 'arch/powerpc/platforms/powermac/Kconfig')
| -rw-r--r-- | arch/powerpc/platforms/powermac/Kconfig | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/powermac/Kconfig b/arch/powerpc/platforms/powermac/Kconfig new file mode 100644 index 000000000000..5b7afe50039a --- /dev/null +++ b/arch/powerpc/platforms/powermac/Kconfig | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | config PPC_PMAC | ||
| 2 | bool "Apple PowerMac based machines" | ||
| 3 | depends on PPC_MULTIPLATFORM | ||
| 4 | select MPIC | ||
| 5 | select PPC_INDIRECT_PCI if PPC32 | ||
| 6 | select PPC_MPC106 if PPC32 | ||
| 7 | select PPC_NATIVE | ||
| 8 | default y | ||
| 9 | |||
| 10 | config PPC_PMAC64 | ||
| 11 | bool | ||
| 12 | depends on PPC_PMAC && POWER4 | ||
| 13 | select MPIC | ||
| 14 | select U3_DART | ||
| 15 | select MPIC_U3_HT_IRQS | ||
| 16 | select GENERIC_TBSYNC | ||
| 17 | select PPC_970_NAP | ||
| 18 | default y | ||
| 19 | |||
| 20 | |||
