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