Kconfig 473 字节
Newer Older
1
config PPC_MAPLE
2
	depends on PPC64 && PPC_BOOK3S && CPU_BIG_ENDIAN
3
	bool "Maple 970FX Evaluation Board"
4
	select PCI
5 6
	select MPIC
	select U3_DART
7
	select MPIC_U3_HT_IRQS
8 9 10 11 12 13 14 15 16 17 18
	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>