u-boot/board/ti/omap3evm/Kconfig
Nishanth Menon 66ebb10b0f board: ti: Add missing common/Kconfig references
Add missing board/ti/common/Kconfig references for the platforms that
missed it. The intent is for the common Kconfig to be usable across TI
reference boards as required.

Reported-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
2024-02-20 17:57:40 -05:00

14 lines
177 B
Text

if TARGET_OMAP3_EVM
config SYS_BOARD
default "omap3evm"
config SYS_VENDOR
default "ti"
config SYS_CONFIG_NAME
default "omap3_evm"
source "board/ti/common/Kconfig"
endif