Kconfig 189 Bytes
Newer Older
1
if TARGET_T2080RDB
Tony Feng committed
2 3 4 5 6 7 8 9 10 11

config SYS_BOARD
	default "t208xrdb"

config SYS_VENDOR
	default "freescale"

config SYS_CONFIG_NAME
	default "T208xRDB"

12 13
source "board/freescale/common/Kconfig"

Tony Feng committed
14
endif