summaryrefslogtreecommitdiff
path: root/board/freescale/t102xrdb/Kconfig
blob: d538386d4344ef6da5349cdab12bca6d067b268d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
if TARGET_T1023RDB || TARGET_T1024RDB

config SYS_BOARD
	default "t102xrdb"

config SYS_VENDOR
	default "freescale"

config SYS_CONFIG_NAME
	default "T102xRDB"

endif