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 EP8248E 9 bool "Embedded Planet EP8248E (a.k.a. CWH-PPC-8248N-VE)" 10 select 8272 11 select 8260 12 select FSL_SOC 13 select PHYLIB if NETDEVICES 14 select MDIO_BITBANG if PHYLIB 15 help 16 This enables support for the Embedded Planet EP8248E board. 17 18 This board is also resold by Freescale as the QUICCStart 19 MPC8248 Evaluation System and/or the CWH-PPC-8248N-VE. 20 21config MGCOGE 22 bool "Keymile MGCOGE" 23 select 8272 24 select 8260 25 select FSL_SOC 26 help 27 This enables support for the Keymile MGCOGE board. 28 29endif 30 31config 8260 32 bool 33 depends on PPC_BOOK3S_32 34 select CPM2 35 help 36 The MPC8260 is a typical embedded CPU made by Freescale. Selecting 37 this option means that you wish to build a kernel for a machine with 38 an 8260 class CPU. 39 40config 8272 41 bool 42 select 8260 43 help 44 The MPC8272 CPM has a different internal dpram setup than other CPM2 45 devices 46