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 109739ab7eSChristoph Hellwig select ZONE_DMA if PPC32 119b8babf4SKumar Gala default y 129b8babf4SKumar Gala 139b8babf4SKumar Galaconfig PPC_PMAC64 149b8babf4SKumar Gala bool 15804ece07SMichael Ellerman depends on PPC_PMAC && PPC64 169b8babf4SKumar Gala select MPIC 179b8babf4SKumar Gala select U3_DART 186cfef5b2SMichael Ellerman select MPIC_U3_HT_IRQS 199b8babf4SKumar Gala select GENERIC_TBSYNC 209b8babf4SKumar Gala select PPC_970_NAP 219b8babf4SKumar Gala default y 229b8babf4SKumar Gala 231ece355bSMilton Millerconfig PPC_PMAC32_PSURGE 241ece355bSMilton Miller bool "Support for powersurge upgrade cards" if EXPERT 251ece355bSMilton Miller depends on SMP && PPC32 && PPC_PMAC 261ece355bSMilton Miller select PPC_SMP_MUXED_IPI 271ece355bSMilton Miller default y 281ece355bSMilton Miller help 291ece355bSMilton Miller The powersurge cpu boards can be used in the generation 301ece355bSMilton Miller of powermacs that have a socket for an upgradeable cpu card, 311ece355bSMilton Miller including the 7500, 8500, 9500, 9600. Support exists for 321ece355bSMilton Miller both dual and quad socket upgrade cards. 33