Kconfig (688d794c4c3f8b08c814381ee2edd3ede5856056) | Kconfig (b9e7196ecdf6d7cd7a41b560e596c9af94413c05) |
---|---|
1config PPC_MPC512x 2 bool "512x-based boards" 3 depends on 6xx 4 select FSL_SOC 5 select IPIC 6 select PPC_CLOCK 7 select PPC_PCI_CHOICE 8 select FSL_PCI if PCI 9 select ARCH_WANT_OPTIONAL_GPIOLIB 10 11config MPC5121_ADS 12 bool "Freescale MPC5121E ADS" 13 depends on PPC_MPC512x 14 select DEFAULT_UIMAGE 15 help 16 This option enables support for the MPC5121E ADS board. 17 | 1config PPC_MPC512x 2 bool "512x-based boards" 3 depends on 6xx 4 select FSL_SOC 5 select IPIC 6 select PPC_CLOCK 7 select PPC_PCI_CHOICE 8 select FSL_PCI if PCI 9 select ARCH_WANT_OPTIONAL_GPIOLIB 10 11config MPC5121_ADS 12 bool "Freescale MPC5121E ADS" 13 depends on PPC_MPC512x 14 select DEFAULT_UIMAGE 15 help 16 This option enables support for the MPC5121E ADS board. 17 |
18config MPC5121_GENERIC 19 bool "Generic support for simple MPC5121 based boards" | 18config MPC512x_GENERIC 19 bool "Generic support for simple MPC512x based boards" |
20 depends on PPC_MPC512x 21 select DEFAULT_UIMAGE 22 help | 20 depends on PPC_MPC512x 21 select DEFAULT_UIMAGE 22 help |
23 This option enables support for simple MPC5121 based boards | 23 This option enables support for simple MPC512x based boards |
24 which do not need custom platform specific setup. 25 26 Compatible boards include: Protonic LVT base boards (ZANMCU | 24 which do not need custom platform specific setup. 25 26 Compatible boards include: Protonic LVT base boards (ZANMCU |
27 and VICVT2). | 27 and VICVT2), Freescale MPC5125 Tower system. |
28 29config PDM360NG 30 bool "ifm PDM360NG board" 31 depends on PPC_MPC512x 32 select DEFAULT_UIMAGE 33 help 34 This option enables support for the PDM360NG board. | 28 29config PDM360NG 30 bool "ifm PDM360NG board" 31 depends on PPC_MPC512x 32 select DEFAULT_UIMAGE 33 help 34 This option enables support for the PDM360NG board. |