1# SPDX-License-Identifier: GPL-2.0
2menuconfig PPC_82xx
3	bool "82xx-based boards (PQ II)"
4	depends on 6xx
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	default n
55
56config 8260
57	bool
58	depends on 6xx
59	select CPM2
60	help
61	  The MPC8260 is a typical embedded CPU made by Freescale.  Selecting
62	  this option means that you wish to build a kernel for a machine with
63	  an 8260 class CPU.
64
65config 8272
66	bool
67	select 8260
68	help
69	  The MPC8272 CPM has a different internal dpram setup than other CPM2
70	  devices
71
72config PQ2_ADS_PCI_PIC
73	bool
74