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