u-boot/board/ti/sdp4430/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

17 lines
246 B
Text

if TARGET_OMAP4_SDP4430
config SYS_BOARD
default "sdp4430"
config SYS_VENDOR
default "ti"
config SYS_CONFIG_NAME
default "omap4_sdp4430"
config CMD_BAT
bool "Enable board-specific battery command"
source "board/ti/common/Kconfig"
endif