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