Kconfig 798 B

12345678910111213141516171819202122232425262728293031
  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. config PPC_PMAC64
  12. bool
  13. depends on PPC_PMAC && PPC64
  14. select MPIC
  15. select U3_DART
  16. select MPIC_U3_HT_IRQS
  17. select GENERIC_TBSYNC
  18. select PPC_970_NAP
  19. default y
  20. config PPC_PMAC32_PSURGE
  21. bool "Support for powersurge upgrade cards" if EXPERT
  22. depends on SMP && PPC32 && PPC_PMAC
  23. select PPC_SMP_MUXED_IPI
  24. default y
  25. help
  26. The powersurge cpu boards can be used in the generation
  27. of powermacs that have a socket for an upgradeable cpu card,
  28. including the 7500, 8500, 9500, 9600. Support exists for
  29. both dual and quad socket upgrade cards.