[POWERPC] Split powermac platforms into their own Kconfig file
[deliverable/linux.git] / arch / powerpc / platforms / powermac / Kconfig
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_BROKEN_U3
16 select GENERIC_TBSYNC
17 select PPC_970_NAP
18 default y
19
20
This page took 0.031158 seconds and 5 git commands to generate.