board/freescale: Remove P1025RDB board support
[platform/kernel/u-boot.git] / board / freescale / p1_p2_rdb_pc / Kconfig
1 if TARGET_P1020MBG              || \
2         TARGET_P1020RDB_PC      || \
3         TARGET_P1020RDB_PD      || \
4         TARGET_P1020UTM         || \
5         TARGET_P1021RDB         || \
6         TARGET_P1024RDB         || \
7         TARGET_P2020RDB
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