6cfef5b27e
Rename MPIC_BROKEN_U3 to something a little more descriptive. Its effect is to enable support for HT irqs behind the PCI-X/HT bridge on U3/U4 (aka. CPC9x5) parts. Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
18 lines
450 B
Plaintext
18 lines
450 B
Plaintext
config PPC_MAPLE
|
|
depends on PPC_MULTIPLATFORM && PPC64
|
|
bool "Maple 970FX Evaluation Board"
|
|
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>
|