]> git.sur5r.net Git - u-boot/blob - board/freescale/p1_p2_rdb_pc/Kconfig
powerpc: P2020RDB-PC: Separate from P1_P2_RDB_PC in Kconfig
[u-boot] / board / freescale / p1_p2_rdb_pc / Kconfig
1 if TARGET_P1_P2_RDB_PC          || \
2         TARGET_P1020MBG         || \
3         TARGET_P1020RDB_PC      || \
4         TARGET_P1020RDB_PD      || \
5         TARGET_P1020UTM         || \
6         TARGET_P1021RDB         || \
7         TARGET_P1024RDB         || \
8         TARGET_P1025RDB         || \
9         TARGET_P2020RDB
10
11 config SYS_BOARD
12         default "p1_p2_rdb_pc"
13
14 config SYS_VENDOR
15         default "freescale"
16
17 config SYS_CONFIG_NAME
18         default "p1_p2_rdb_pc"
19
20 endif