odroid: remove CONFIG_DM_I2C_COMPAT config
[platform/kernel/u-boot.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_PATI
12         bool "Support PATI"
13
14 endchoice
15
16 source "board/mpl/pati/Kconfig"
17
18 endmenu