xref: /rk3399_rockchip-uboot/board/freescale/p1_p2_rdb_pc/Kconfig (revision d8de3c73266d70626a044360dcd592be3cbac5b7)
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