Skip to content
Snippets Groups Projects
Commit 66ebb10b authored by Nishanth Menon's avatar Nishanth Menon Committed by Tom Rini
Browse files

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: default avatarTom Rini <trini@konsulko.com>
Signed-off-by: default avatarNishanth Menon <nm@ti.com>
parent e8f2404e
No related branches found
No related tags found
No related merge requests found
......@@ -9,4 +9,6 @@ config SYS_VENDOR
config SYS_CONFIG_NAME
default "omap3_evm"
source "board/ti/common/Kconfig"
endif
......@@ -9,4 +9,6 @@ config SYS_VENDOR
config SYS_CONFIG_NAME
default "omap4_panda"
source "board/ti/common/Kconfig"
endif
......@@ -12,4 +12,6 @@ config SYS_CONFIG_NAME
config CMD_BAT
bool "Enable board-specific battery command"
source "board/ti/common/Kconfig"
endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment