]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - arch/powerpc/platforms/powermac/Kconfig
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / arch / powerpc / platforms / powermac / Kconfig
1 # SPDX-License-Identifier: GPL-2.0
2 config 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
12 config 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
22 config 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.