Kconfig (ff877ea80efa2015b6263766f78ee42c2a1b32f9) | Kconfig (7444a72effa632fcd8edc566f880d96fe213c73b) |
---|---|
1config PPC_MPC52xx 2 bool "52xx-based boards" 3 depends on PPC_MULTIPLATFORM && PPC32 4 select FSL_SOC 5 select PPC_CLOCK 6 select PPC_PCI_CHOICE 7 8config PPC_MPC5200_SIMPLE --- 34 unchanged lines hidden (view full) --- 43 Enable workarounds for original MPC5200 errata. This is not required 44 for MPC5200B based boards. 45 46 It is safe to say 'Y' here 47 48config PPC_MPC5200_GPIO 49 bool "MPC5200 GPIO support" 50 depends on PPC_MPC52xx | 1config PPC_MPC52xx 2 bool "52xx-based boards" 3 depends on PPC_MULTIPLATFORM && PPC32 4 select FSL_SOC 5 select PPC_CLOCK 6 select PPC_PCI_CHOICE 7 8config PPC_MPC5200_SIMPLE --- 34 unchanged lines hidden (view full) --- 43 Enable workarounds for original MPC5200 errata. This is not required 44 for MPC5200B based boards. 45 46 It is safe to say 'Y' here 47 48config PPC_MPC5200_GPIO 49 bool "MPC5200 GPIO support" 50 depends on PPC_MPC52xx |
51 select HAVE_GPIO_LIB | 51 select ARCH_REQUIRE_GPIOLIB |
52 help 53 Enable gpiolib support for mpc5200 based boards | 52 help 53 Enable gpiolib support for mpc5200 based boards |