1# SPDX-License-Identifier: GPL-2.0 2menuconfig PPC_82xx 3 bool "82xx-based boards (PQ II)" 4 depends on PPC_BOOK3S_32 5 6if PPC_82xx 7 8config MPC8272_ADS 9 bool "Freescale MPC8272 ADS" 10 select DEFAULT_UIMAGE 11 select PQ2ADS 12 select 8272 13 select 8260 14 select FSL_SOC 15 select PQ2_ADS_PCI_PIC if PCI 16 help 17 This option enables support for the MPC8272 ADS board 18 19config PQ2FADS 20 bool "Freescale PQ2FADS" 21 select DEFAULT_UIMAGE 22 select PQ2ADS 23 select 8260 24 select FSL_SOC 25 select PQ2_ADS_PCI_PIC if PCI 26 help 27 This option enables support for the PQ2FADS board 28 29config EP8248E 30 bool "Embedded Planet EP8248E (a.k.a. CWH-PPC-8248N-VE)" 31 select 8272 32 select 8260 33 select FSL_SOC 34 select PHYLIB if NETDEVICES 35 select MDIO_BITBANG if PHYLIB 36 help 37 This enables support for the Embedded Planet EP8248E board. 38 39 This board is also resold by Freescale as the QUICCStart 40 MPC8248 Evaluation System and/or the CWH-PPC-8248N-VE. 41 42config MGCOGE 43 bool "Keymile MGCOGE" 44 select 8272 45 select 8260 46 select FSL_SOC 47 help 48 This enables support for the Keymile MGCOGE board. 49 50endif 51 52config PQ2ADS 53 bool 54 55config 8260 56 bool 57 depends on PPC_BOOK3S_32 58 select CPM2 59 help 60 The MPC8260 is a typical embedded CPU made by Freescale. Selecting 61 this option means that you wish to build a kernel for a machine with 62 an 8260 class CPU. 63 64config 8272 65 bool 66 select 8260 67 help 68 The MPC8272 CPM has a different internal dpram setup than other CPM2 69 devices 70 71config PQ2_ADS_PCI_PIC 72 bool 73