blob: aad4a7cdd86c799d51d8bb9fd19b22b8ede8e6e5 [file] [log] [blame]
Masahiro Yamadadd840582014-07-30 14:08:14 +09001menu "mpc5xx CPU"
2 depends on 5xx
3
4config SYS_CPU
Masahiro Yamadadd840582014-07-30 14:08:14 +09005 default "mpc5xx"
6
7choice
8 prompt "Target select"
9
10config TARGET_CMI_MPC5XX
11 bool "Support cmi_mpc5xx"
12
13config TARGET_PATI
14 bool "Support PATI"
15
16endchoice
17
18source "board/cmi/Kconfig"
19source "board/mpl/pati/Kconfig"
20
21endmenu