Kconfig 508 B

12345678910111213141516171819
  1. # SPDX-License-Identifier: GPL-2.0
  2. config PPC_MAPLE
  3. depends on PPC64 && PPC_BOOK3S && CPU_BIG_ENDIAN
  4. bool "Maple 970FX Evaluation Board"
  5. select PCI
  6. select MPIC
  7. select U3_DART
  8. select MPIC_U3_HT_IRQS
  9. select GENERIC_TBSYNC
  10. select PPC_UDBG_16550
  11. select PPC_970_NAP
  12. select PPC_NATIVE
  13. select PPC_RTAS
  14. select MMIO_NVRAM
  15. select ATA_NONSTANDARD if ATA
  16. default n
  17. help
  18. This option enables support for the Maple 970FX Evaluation Board.
  19. For more information, refer to <http://www.970eval.com>