1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0 29b8babf4SKumar Galaconfig PPC_PMAC 39b8babf4SKumar Gala bool "Apple PowerMac based machines" 4e5e16d8fSBoqun Feng depends on PPC_BOOK3S && CPU_BIG_ENDIAN 59b8babf4SKumar Gala select MPIC 6eb01d42aSChristoph Hellwig select FORCE_PCI 79b8babf4SKumar Gala select PPC_INDIRECT_PCI if PPC32 89b8babf4SKumar Gala select PPC_MPC106 if PPC32 99b8babf4SKumar Gala select PPC_NATIVE 109b8babf4SKumar Gala default y 119b8babf4SKumar Gala 129b8babf4SKumar Galaconfig PPC_PMAC64 139b8babf4SKumar Gala bool 14804ece07SMichael Ellerman depends on PPC_PMAC && PPC64 159b8babf4SKumar Gala select MPIC 169b8babf4SKumar Gala select U3_DART 176cfef5b2SMichael Ellerman select MPIC_U3_HT_IRQS 189b8babf4SKumar Gala select GENERIC_TBSYNC 199b8babf4SKumar Gala select PPC_970_NAP 209b8babf4SKumar Gala default y 219b8babf4SKumar Gala 221ece355bSMilton Millerconfig PPC_PMAC32_PSURGE 231ece355bSMilton Miller bool "Support for powersurge upgrade cards" if EXPERT 241ece355bSMilton Miller depends on SMP && PPC32 && PPC_PMAC 251ece355bSMilton Miller select PPC_SMP_MUXED_IPI 261ece355bSMilton Miller default y 271ece355bSMilton Miller help 281ece355bSMilton Miller The powersurge cpu boards can be used in the generation 291ece355bSMilton Miller of powermacs that have a socket for an upgradeable cpu card, 301ece355bSMilton Miller including the 7500, 8500, 9500, 9600. Support exists for 311ece355bSMilton Miller both dual and quad socket upgrade cards. 32