]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - arch/powerpc/platforms/powermac/Kconfig
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-hirsute-kernel.git] / arch / powerpc / platforms / powermac / Kconfig
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
9b8babf4
KG
2config PPC_PMAC
3 bool "Apple PowerMac based machines"
e5e16d8f 4 depends on PPC_BOOK3S && CPU_BIG_ENDIAN
9b8babf4 5 select MPIC
d3c7ffab 6 select PCI
9b8babf4
KG
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
804ece07 14 depends on PPC_PMAC && PPC64
9b8babf4
KG
15 select MPIC
16 select U3_DART
6cfef5b2 17 select MPIC_U3_HT_IRQS
9b8babf4
KG
18 select GENERIC_TBSYNC
19 select PPC_970_NAP
20 default y
21
1ece355b
MM
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.