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