]> git.sur5r.net Git - u-boot/blob - board/freescale/t104xrdb/Kconfig
powerpc: T104XRDB: Split to T1040RDB and T1042RDB in Kconfig
[u-boot] / board / freescale / t104xrdb / Kconfig
1 if TARGET_T1040RDB || TARGET_T1042RDB
2
3 config SYS_BOARD
4         default "t104xrdb"
5
6 config SYS_VENDOR
7         default "freescale"
8
9 config SYS_CONFIG_NAME
10         default "T104xRDB"
11
12 endif