powerpc: P1020RDB-PD: Separate from P1_P2_RDB_PC in Kconfig
[oweals/u-boot.git] / 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
6 config SYS_BOARD
7         default "p1_p2_rdb_pc"
8
9 config SYS_VENDOR
10         default "freescale"
11
12 config SYS_CONFIG_NAME
13         default "p1_p2_rdb_pc"
14
15 endif