Kconfig (75bf465f0bc33e9b776a46d6a1b9b990f5fb7c37) | Kconfig (e37af8011a9631996e6cd32dd81a152708eee7d4) |
---|---|
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 FORCE_PCI 7 select PPC_INDIRECT_PCI if PPC32 8 select PPC_MPC106 if PPC32 --- 10 unchanged lines hidden (view full) --- 19 select GENERIC_TBSYNC 20 select PPC_970_NAP 21 default y 22 23config PPC_PMAC32_PSURGE 24 bool "Support for powersurge upgrade cards" if EXPERT 25 depends on SMP && PPC32 && PPC_PMAC 26 select PPC_SMP_MUXED_IPI | 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 FORCE_PCI 7 select PPC_INDIRECT_PCI if PPC32 8 select PPC_MPC106 if PPC32 --- 10 unchanged lines hidden (view full) --- 19 select GENERIC_TBSYNC 20 select PPC_970_NAP 21 default y 22 23config PPC_PMAC32_PSURGE 24 bool "Support for powersurge upgrade cards" if EXPERT 25 depends on SMP && PPC32 && PPC_PMAC 26 select PPC_SMP_MUXED_IPI |
27 select IRQ_DOMAIN_NOMAP |
|
27 default y 28 help 29 The powersurge cpu boards can be used in the generation 30 of powermacs that have a socket for an upgradeable cpu card, 31 including the 7500, 8500, 9500, 9600. Support exists for 32 both dual and quad socket upgrade cards. | 28 default y 29 help 30 The powersurge cpu boards can be used in the generation 31 of powermacs that have a socket for an upgradeable cpu card, 32 including the 7500, 8500, 9500, 9600. Support exists for 33 both dual and quad socket upgrade cards. |