arm: dts: imx8mp-evk: Enable the EQoS ethernet port
[platform/kernel/u-boot.git] / arch / powerpc / Kconfig
1 menu "PowerPC architecture"
2         depends on PPC
3
4 config SYS_ARCH
5         default "powerpc"
6
7 choice
8         prompt "CPU select"
9         optional
10
11 config MPC83xx
12         bool "MPC83xx"
13         select CREATE_ARCH_SYMLINK
14         select SYS_FSL_HAS_SEC
15         select SYS_FSL_SEC_BE
16         select SYS_FSL_SEC_COMPAT_2
17
18 config MPC85xx
19         bool "MPC85xx"
20         select CREATE_ARCH_SYMLINK
21         select SYS_FSL_DDR
22         select SYS_FSL_DDR_BE
23         select BINMAN if OF_SEPARATE
24         imply CMD_HASH
25         imply CMD_IRQ
26         imply USB_EHCI_HCD if USB
27
28 config MPC8xx
29         bool "MPC8xx"
30         select BOARD_EARLY_INIT_F
31         imply CMD_REGINFO
32         imply WDT_MPC8xx
33
34 endchoice
35
36 config HIGH_BATS
37         bool "Enable high BAT registers"
38         help
39           Enable BATs (block address translation registers) 4-7 on machines
40           that support them.
41
42 source "arch/powerpc/cpu/mpc83xx/Kconfig"
43 source "arch/powerpc/cpu/mpc85xx/Kconfig"
44 source "arch/powerpc/cpu/mpc8xx/Kconfig"
45 source "arch/powerpc/lib/Kconfig"
46
47 endmenu