]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/freescale/p1_p2_rdb_pc/Kconfig
powerpc: P1020RDB-PC: Separate from P1_P2_RDB_PC in Kconfig
[people/ms/u-boot.git] / board / freescale / p1_p2_rdb_pc / Kconfig
CommitLineData
aa14620c
YS
1if TARGET_P1_P2_RDB_PC || \
2 TARGET_P1020MBG || \
3 TARGET_P1020RDB_PC
dd84058d
MY
4
5config SYS_BOARD
dd84058d
MY
6 default "p1_p2_rdb_pc"
7
8config SYS_VENDOR
dd84058d
MY
9 default "freescale"
10
11config SYS_CONFIG_NAME
dd84058d
MY
12 default "p1_p2_rdb_pc"
13
14endif