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