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