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 CPM2 11 select PPC_INDIRECT_PCI if PCI 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 CPM2 24 select PPC_INDIRECT_PCI if PCI 25 select FSL_SOC 26 help 27 This enables support for the Keymile MGCOGE board. 28 29endif 30