]> git.sur5r.net Git - u-boot/blob - board/freescale/p1_p2_rdb_pc/Kconfig
8160f449bcb330c180ffe8b3c2413626aa466f01
[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
8 config SYS_BOARD
9         default "p1_p2_rdb_pc"
10
11 config SYS_VENDOR
12         default "freescale"
13
14 config SYS_CONFIG_NAME
15         default "p1_p2_rdb_pc"
16
17 endif