19 lines
271 B
Plaintext
19 lines
271 B
Plaintext
|
|
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
|