summaryrefslogtreecommitdiff
path: root/board/freescale/t208xrdb/Kconfig
blob: 8249c5df967a207af031595bae7af2213ee7336a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
if TARGET_T2080RDB

config SYS_BOARD
	default "t208xrdb"

config SYS_VENDOR
	default "freescale"

config SYS_CONFIG_NAME
	default "T208xRDB"

config T2080RDB_REV_D
	bool "Support for T2080RDB revisions D and up"
	default n

source "board/freescale/common/Kconfig"

endif