]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/powerpc/cpu/mpc5xx/Kconfig
arch: Make board selection choices optional
[karo-tx-uboot.git] / arch / powerpc / cpu / mpc5xx / Kconfig
1 menu "mpc5xx CPU"
2         depends on 5xx
3
4 config SYS_CPU
5         default "mpc5xx"
6
7 choice
8         prompt "Target select"
9         optional
10
11 config TARGET_CMI_MPC5XX
12         bool "Support cmi_mpc5xx"
13
14 config TARGET_PATI
15         bool "Support PATI"
16
17 endchoice
18
19 source "board/cmi/Kconfig"
20 source "board/mpl/pati/Kconfig"
21
22 endmenu