]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/freescale/t104xrdb/Kconfig
powerpc: T1042D4RDB: Separate from T1042RDB in Kconfig
[people/ms/u-boot.git] / board / freescale / t104xrdb / Kconfig
CommitLineData
319ed24a
YS
1if TARGET_T1040RDB || TARGET_T1040D4RDB || \
2 TARGET_T1042RDB || TARGET_T1042D4RDB || \
3 TARGET_T1042RDB_PI
dd84058d
MY
4
5config SYS_BOARD
dd84058d
MY
6 default "t104xrdb"
7
8config SYS_VENDOR
dd84058d
MY
9 default "freescale"
10
11config SYS_CONFIG_NAME
dd84058d
MY
12 default "T104xRDB"
13
14endif