xref: /rk3399_rockchip-uboot/board/freescale/p1_p2_rdb_pc/Kconfig (revision e5fbf2a73137dbf3b92b4dd26ddd2ea2500bef46)
1if TARGET_P1020MBG		|| \
2	TARGET_P1020RDB_PC	|| \
3	TARGET_P1020RDB_PD	|| \
4	TARGET_P1020UTM		|| \
5	TARGET_P1021RDB		|| \
6	TARGET_P1024RDB		|| \
7	TARGET_P1025RDB		|| \
8	TARGET_P2020RDB
9
10config SYS_BOARD
11	default "p1_p2_rdb_pc"
12
13config SYS_VENDOR
14	default "freescale"
15
16config SYS_CONFIG_NAME
17	default "p1_p2_rdb_pc"
18
19endif
20