1# SPDX-License-Identifier: GPL-2.0
2config PPC_MAPLE
3	depends on PPC64 && PPC_BOOK3S && CPU_BIG_ENDIAN
4	bool "Maple 970FX Evaluation Board"
5	select FORCE_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	help
17	  This option enables support for the Maple 970FX Evaluation Board.
18	  For more information, refer to <http://www.970eval.com>
19