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