arm64: dts: qcom: sm8550: add TRNG node
[linux-modified.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         select FSL_SOC
6
7 if PPC_82xx
8
9 config EP8248E
10         bool "Embedded Planet EP8248E (a.k.a. CWH-PPC-8248N-VE)"
11         select CPM2
12         select PPC_INDIRECT_PCI if PCI
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         help
26           This enables support for the Keymile MGCOGE board.
27
28 endif