blob: 4dac9b0525a458337c353bf0e95dba28ffd327e0 [file] [log] [blame]
John Rigbye177edc2008-01-29 04:28:53 +11001config PPC_MPC512x
2 bool
3 select FSL_SOC
4 select IPIC
John Rigby137e9592008-07-09 14:54:02 -06005 select PPC_CLOCK
John Rigby35225802008-10-07 15:13:18 -06006 select PPC_PCI_CHOICE
7 select FSL_PCI if PCI
John Rigbye177edc2008-01-29 04:28:53 +11008
9config PPC_MPC5121
10 bool
11 select PPC_MPC512x
John Rigbye177edc2008-01-29 04:28:53 +110012
13config MPC5121_ADS
14 bool "Freescale MPC5121E ADS"
Benjamin Herrenschmidt28794d32009-03-10 17:53:27 +000015 depends on 6xx
John Rigbye177edc2008-01-29 04:28:53 +110016 select DEFAULT_UIMAGE
John Rigbye177edc2008-01-29 04:28:53 +110017 select PPC_MPC5121
John Rigby1879f712008-07-09 14:54:04 -060018 select MPC5121_ADS_CPLD
John Rigbye177edc2008-01-29 04:28:53 +110019 help
20 This option enables support for the MPC5121E ADS board.
John Rigbyfb180322008-07-09 14:54:03 -060021
22config MPC5121_GENERIC
23 bool "Generic support for simple MPC5121 based boards"
Benjamin Herrenschmidt28794d32009-03-10 17:53:27 +000024 depends on 6xx
John Rigbyfb180322008-07-09 14:54:03 -060025 select DEFAULT_UIMAGE
26 select PPC_MPC5121
27 help
28 This option enables support for simple MPC5121 based boards
29 which do not need custom platform specific setup.
30
31 Compatible boards include: Protonic LVT base boards (ZANMCU
32 and VICVT2).