powerpc/kconfig: remove CONFIG_6xx
[linux-2.6-block.git] / arch / powerpc / platforms / 82xx / Kconfig
1 # SPDX-License-Identifier: GPL-2.0
2 menuconfig PPC_82xx
3         bool "82xx-based boards (PQ II)"
4         depends on PPC_BOOK3S_32
5
6 if PPC_82xx
7
8 config 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
19 config 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
29 config 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
42 config 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
50 endif
51
52 config PQ2ADS
53         bool
54
55 config 8260
56         bool
57         depends on PPC_BOOK3S_32
58         select CPM2
59         help
60           The MPC8260 is a typical embedded CPU made by Freescale.  Selecting
61           this option means that you wish to build a kernel for a machine with
62           an 8260 class CPU.
63
64 config 8272
65         bool
66         select 8260
67         help
68           The MPC8272 CPM has a different internal dpram setup than other CPM2
69           devices
70
71 config PQ2_ADS_PCI_PIC
72         bool