1# SPDX-License-Identifier: GPL-2.0
2config PPC_PMAC
3	bool "Apple PowerMac based machines"
4	depends on PPC_BOOK3S && CPU_BIG_ENDIAN
5	select MPIC
6	select PCI
7	select PPC_INDIRECT_PCI if PPC32
8	select PPC_MPC106 if PPC32
9	select PPC_NATIVE
10	default y
11
12config PPC_PMAC64
13	bool
14	depends on PPC_PMAC && PPC64
15	select MPIC
16	select U3_DART
17	select MPIC_U3_HT_IRQS
18	select GENERIC_TBSYNC
19	select PPC_970_NAP
20	default y
21
22config PPC_PMAC32_PSURGE
23	bool "Support for powersurge upgrade cards" if EXPERT
24	depends on SMP && PPC32 && PPC_PMAC
25	select PPC_SMP_MUXED_IPI
26	default y
27	help
28	  The powersurge cpu boards can be used in the generation
29	  of powermacs that have a socket for an upgradeable cpu card,
30	  including the 7500, 8500, 9500, 9600.  Support exists for
31	  both dual and quad socket upgrade cards.
32