]> git.sur5r.net Git - u-boot/blob - board/freescale/p1_p2_rdb_pc/Kconfig
91ba21ecc90aa3db4b3d5fd3e5efe7c67dc5843f
[u-boot] / board / freescale / p1_p2_rdb_pc / Kconfig
1 if TARGET_P1_P2_RDB_PC          || \
2         TARGET_P1020MBG         || \
3         TARGET_P1020RDB_PC      || \
4         TARGET_P1020RDB_PD      || \
5         TARGET_P1020UTM         || \
6         TARGET_P1021RDB         || \
7         TARGET_P1024RDB
8
9 config SYS_BOARD
10         default "p1_p2_rdb_pc"
11
12 config SYS_VENDOR
13         default "freescale"
14
15 config SYS_CONFIG_NAME
16         default "p1_p2_rdb_pc"
17
18 endif