Merge tag '6.6-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6
[sfrench/cifs-2.6.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 EP8248E
9         bool "Embedded Planet EP8248E (a.k.a. CWH-PPC-8248N-VE)"
10         select CPM2
11         select PPC_INDIRECT_PCI if PCI
12         select FSL_SOC
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
21 config MGCOGE
22         bool "Keymile MGCOGE"
23         select CPM2
24         select PPC_INDIRECT_PCI if PCI
25         select FSL_SOC
26         help
27           This enables support for the Keymile MGCOGE board.
28
29 endif