You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
508 B
19 lines
508 B
# SPDX-License-Identifier: GPL-2.0
|
|
config PPC_MAPLE
|
|
depends on PPC64 && PPC_BOOK3S && CPU_BIG_ENDIAN
|
|
bool "Maple 970FX Evaluation Board"
|
|
select PCI
|
|
select MPIC
|
|
select U3_DART
|
|
select MPIC_U3_HT_IRQS
|
|
select GENERIC_TBSYNC
|
|
select PPC_UDBG_16550
|
|
select PPC_970_NAP
|
|
select PPC_NATIVE
|
|
select PPC_RTAS
|
|
select MMIO_NVRAM
|
|
select ATA_NONSTANDARD if ATA
|
|
default n
|
|
help
|
|
This option enables support for the Maple 970FX Evaluation Board.
|
|
For more information, refer to <http://www.970eval.com>
|
|
|