xref: /linux/arch/powerpc/platforms/52xx/Kconfig (revision 5b5820d08b8cc90ba0148bf8d4a5a1f792e9e8ba)
15396132cSKumar Galaconfig PPC_MPC52xx
25396132cSKumar Gala	bool
35cae84c9SDomen Puncer	select FSL_SOC
46f668280SDomen Puncer	select PPC_CLOCK
55396132cSKumar Gala	default n
65396132cSKumar Gala
75396132cSKumar Galaconfig PPC_MPC5200
85396132cSKumar Gala	bool
95396132cSKumar Gala	select PPC_MPC52xx
105396132cSKumar Gala	default n
115396132cSKumar Gala
125396132cSKumar Galaconfig PPC_MPC5200_BUGFIX
135396132cSKumar Gala	bool "MPC5200 (L25R) bugfix support"
145396132cSKumar Gala	depends on PPC_MPC5200
155396132cSKumar Gala	default n
165396132cSKumar Gala	help
175396132cSKumar Gala	  Enable workarounds for original MPC5200 errata.  This is not required
185396132cSKumar Gala	  for MPC5200B based boards.
195396132cSKumar Gala
205396132cSKumar Gala	  It is safe to say 'Y' here
215396132cSKumar Gala
22*5b5820d0SMarian Balakowiczconfig PPC_MPC5200_SIMPLE
23*5b5820d0SMarian Balakowicz	bool "Generic support for simple MPC5200 based boards"
24*5b5820d0SMarian Balakowicz	depends on PPC_MULTIPLATFORM && PPC32
25*5b5820d0SMarian Balakowicz	select PPC_MPC5200
26*5b5820d0SMarian Balakowicz	select DEFAULT_UIMAGE
27*5b5820d0SMarian Balakowicz	select WANT_DEVICE_TREE
28*5b5820d0SMarian Balakowicz	default n
29*5b5820d0SMarian Balakowicz	help
30*5b5820d0SMarian Balakowicz	  This option enables support for a simple MPC52xx based boards which
31*5b5820d0SMarian Balakowicz	  do not need a custom platform specific setup. Such boards are
32*5b5820d0SMarian Balakowicz	  supported assuming the following:
33*5b5820d0SMarian Balakowicz
34*5b5820d0SMarian Balakowicz	  - GPIO pins are configured by the firmware,
35*5b5820d0SMarian Balakowicz	  - CDM configuration (clocking) is setup correctly by firmware,
36*5b5820d0SMarian Balakowicz	  - if the 'fsl,has-wdt' property is present in one of the
37*5b5820d0SMarian Balakowicz	    gpt nodes, then it is safe to use such gpt to reset the board,
38*5b5820d0SMarian Balakowicz	  - PCI is supported if enabled in the kernel configuration
39*5b5820d0SMarian Balakowicz	    and if there is a PCI bus node defined in the device tree.
40*5b5820d0SMarian Balakowicz
41*5b5820d0SMarian Balakowicz	  Boards that are compatible with this generic platform support
42*5b5820d0SMarian Balakowicz	  are: 'tqc,tqm5200', 'promess,motionpro', 'schindler,cm5200'.
43*5b5820d0SMarian Balakowicz
445396132cSKumar Galaconfig PPC_EFIKA
455396132cSKumar Gala	bool "bPlan Efika 5k2. MPC5200B based computer"
465396132cSKumar Gala	depends on PPC_MULTIPLATFORM && PPC32
475396132cSKumar Gala	select PPC_RTAS
485396132cSKumar Gala	select RTAS_PROC
495396132cSKumar Gala	select PPC_MPC52xx
505396132cSKumar Gala	select PPC_NATIVE
515396132cSKumar Gala	default n
525396132cSKumar Gala
535396132cSKumar Galaconfig PPC_LITE5200
545396132cSKumar Gala	bool "Freescale Lite5200 Eval Board"
555396132cSKumar Gala	depends on PPC_MULTIPLATFORM && PPC32
565396132cSKumar Gala	select PPC_MPC5200
57*5b5820d0SMarian Balakowicz	select DEFAULT_UIMAGE
58*5b5820d0SMarian Balakowicz	select WANT_DEVICE_TREE
595396132cSKumar Gala	default n
60