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>
This commit is contained in:
Nishanth Menon 2024-02-12 13:47:16 -06:00 committed by Tom Rini
parent e8f2404e09
commit 66ebb10b0f
3 changed files with 6 additions and 0 deletions

View file

@ -9,4 +9,6 @@ config SYS_VENDOR
config SYS_CONFIG_NAME
default "omap3_evm"
source "board/ti/common/Kconfig"
endif

View file

@ -9,4 +9,6 @@ config SYS_VENDOR
config SYS_CONFIG_NAME
default "omap4_panda"
source "board/ti/common/Kconfig"
endif

View file

@ -12,4 +12,6 @@ config SYS_CONFIG_NAME
config CMD_BAT
bool "Enable board-specific battery command"
source "board/ti/common/Kconfig"
endif