mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-21 22:55:53 +00:00
15 lines
177 B
Plaintext
15 lines
177 B
Plaintext
if TARGET_AM57XX_EVM
|
|
|
|
config SYS_BOARD
|
|
default "am57xx"
|
|
|
|
config SYS_VENDOR
|
|
default "ti"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "am57xx_evm"
|
|
|
|
source "board/ti/common/Kconfig"
|
|
|
|
endif
|