1if TARGET_DRA7XX_EVM 2 3config SYS_BOARD 4 default "dra7xx" 5 6config SYS_VENDOR 7 default "ti" 8 9config SYS_CONFIG_NAME 10 default "dra7xx_evm" 11 12source "board/ti/common/Kconfig" 13 14endif 15