1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0 25396132cSKumar Galaconfig PPC_MPC52xx 382e30140SGrant Likely bool "52xx-based boards" 4be34fff0SChristophe Leroy depends on PPC_BOOK3S_32 57d71d5b2SGerhard Sittig select COMMON_CLK 6eb01d42aSChristoph Hellwig select HAVE_PCI 75396132cSKumar Gala 85b5820d0SMarian Balakowiczconfig PPC_MPC5200_SIMPLE 95b5820d0SMarian Balakowicz bool "Generic support for simple MPC5200 based boards" 1082e30140SGrant Likely depends on PPC_MPC52xx 115b5820d0SMarian Balakowicz select DEFAULT_UIMAGE 125b5820d0SMarian Balakowicz help 135b5820d0SMarian Balakowicz This option enables support for a simple MPC52xx based boards which 145b5820d0SMarian Balakowicz do not need a custom platform specific setup. Such boards are 155b5820d0SMarian Balakowicz supported assuming the following: 165b5820d0SMarian Balakowicz 175b5820d0SMarian Balakowicz - GPIO pins are configured by the firmware, 185b5820d0SMarian Balakowicz - CDM configuration (clocking) is setup correctly by firmware, 195b5820d0SMarian Balakowicz - if the 'fsl,has-wdt' property is present in one of the 205b5820d0SMarian Balakowicz gpt nodes, then it is safe to use such gpt to reset the board, 215b5820d0SMarian Balakowicz - PCI is supported if enabled in the kernel configuration 225b5820d0SMarian Balakowicz and if there is a PCI bus node defined in the device tree. 235b5820d0SMarian Balakowicz 245b5820d0SMarian Balakowicz Boards that are compatible with this generic platform support 25bdad0548SGrzegorz Bernacki are: 26bdad0548SGrzegorz Bernacki intercontrol,digsy-mtc 27bdad0548SGrzegorz Bernacki phytec,pcm030 2810b9dc6fSWolfram Sang phytec,pcm032 29bdad0548SGrzegorz Bernacki promess,motionpro 30bdad0548SGrzegorz Bernacki schindler,cm5200 31bdad0548SGrzegorz Bernacki tqc,tqm5200 325b5820d0SMarian Balakowicz 335396132cSKumar Galaconfig PPC_EFIKA 345396132cSKumar Gala bool "bPlan Efika 5k2. MPC5200B based computer" 3582e30140SGrant Likely depends on PPC_MPC52xx 365396132cSKumar Gala select PPC_RTAS 37*7ebc4903SNicholas Piggin select PPC_HASH_MMU_NATIVE 385396132cSKumar Gala 395396132cSKumar Galaconfig PPC_LITE5200 405396132cSKumar Gala bool "Freescale Lite5200 Eval Board" 4182e30140SGrant Likely depends on PPC_MPC52xx 425b5820d0SMarian Balakowicz select DEFAULT_UIMAGE 4382e30140SGrant Likely 44bfee95bbSGrant Likelyconfig PPC_MEDIA5200 45bfee95bbSGrant Likely bool "Freescale Media5200 Eval Board" 46bfee95bbSGrant Likely depends on PPC_MPC52xx 47bfee95bbSGrant Likely select DEFAULT_UIMAGE 48bfee95bbSGrant Likely 4982e30140SGrant Likelyconfig PPC_MPC5200_BUGFIX 5082e30140SGrant Likely bool "MPC5200 (L25R) bugfix support" 5182e30140SGrant Likely depends on PPC_MPC52xx 5282e30140SGrant Likely help 5382e30140SGrant Likely Enable workarounds for original MPC5200 errata. This is not required 5482e30140SGrant Likely for MPC5200B based boards. 5582e30140SGrant Likely 5682e30140SGrant Likely It is safe to say 'Y' here 57