]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/freescale/p1_p2_rdb_pc/Kconfig
powerpc: P1024RDB: 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 || \
f404b66c 3 TARGET_P1020RDB_PC || \
e9bc8a8f 4 TARGET_P1020RDB_PD || \
da439db3 5 TARGET_P1020UTM || \
4eedabfe
YS
6 TARGET_P1021RDB || \
7 TARGET_P1024RDB
dd84058d
MY
8
9config SYS_BOARD
dd84058d
MY
10 default "p1_p2_rdb_pc"
11
12config SYS_VENDOR
dd84058d
MY
13 default "freescale"
14
15config SYS_CONFIG_NAME
dd84058d
MY
16 default "p1_p2_rdb_pc"
17
18endif