1# SPDX-License-Identifier: GPL-2.0
2menuconfig PPC_82xx
3	bool "82xx-based boards (PQ II)"
4	depends on PPC_BOOK3S_32
5	select FSL_SOC
6
7if PPC_82xx
8
9config EP8248E
10	bool "Embedded Planet EP8248E (a.k.a. CWH-PPC-8248N-VE)"
11	select CPM2
12	select PPC_INDIRECT_PCI if PCI
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	help
26	  This enables support for the Keymile MGCOGE board.
27
28endif
29