blob: 1afd10f678585e85cae3b02192a0fc23b5d551bc [file] [log] [blame]
Kumar Gala9b8babf2007-03-15 18:15:07 -05001config PPC_PMAC
2 bool "Apple PowerMac based machines"
Benjamin Herrenschmidt28794d32009-03-10 17:53:27 +00003 depends on PPC_BOOK3S
Kumar Gala9b8babf2007-03-15 18:15:07 -05004 select MPIC
Arnd Bergmannd3c7ffa2007-06-18 01:06:58 +02005 select PCI
Kumar Gala9b8babf2007-03-15 18:15:07 -05006 select PPC_INDIRECT_PCI if PPC32
7 select PPC_MPC106 if PPC32
8 select PPC_NATIVE
9 default y
10
11config PPC_PMAC64
12 bool
13 depends on PPC_PMAC && POWER4
14 select MPIC
15 select U3_DART
Michael Ellerman6cfef5b2007-04-23 18:47:08 +100016 select MPIC_U3_HT_IRQS
Kumar Gala9b8babf2007-03-15 18:15:07 -050017 select GENERIC_TBSYNC
18 select PPC_970_NAP
19 default y
20
Milton Miller1ece3552011-05-10 19:29:42 +000021config PPC_PMAC32_PSURGE
22 bool "Support for powersurge upgrade cards" if EXPERT
23 depends on SMP && PPC32 && PPC_PMAC
24 select PPC_SMP_MUXED_IPI
25 default y
26 help
27 The powersurge cpu boards can be used in the generation
28 of powermacs that have a socket for an upgradeable cpu card,
29 including the 7500, 8500, 9500, 9600. Support exists for
30 both dual and quad socket upgrade cards.