3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-12 10:15:54 +00:00

15 lines
177 B
Plaintext
Raw Normal View History

2022-04-02 18:17:33 +05:00
if TARGET_DRA7XX_EVM
config SYS_BOARD
default "dra7xx"
config SYS_VENDOR
default "ti"
config SYS_CONFIG_NAME
default "dra7xx_evm"
source "board/ti/common/Kconfig"
endif