Commit 84862d06 authored by Kevin Hilman's avatar Kevin Hilman

davinci: Kconfig: enable EVMs by default when SoCs are enabled

Signed-off-by: default avatarKevin Hilman <khilman@ti.deeprootsystems.com>
parent 8762b451
...@@ -26,7 +26,7 @@ comment "DaVinci Board Type" ...@@ -26,7 +26,7 @@ comment "DaVinci Board Type"
config MACH_DAVINCI_EVM config MACH_DAVINCI_EVM
bool "TI DM644x EVM" bool "TI DM644x EVM"
default y default ARCH_DAVINCI_DM644x
depends on ARCH_DAVINCI_DM644x depends on ARCH_DAVINCI_DM644x
help help
Configure this option to specify the whether the board used Configure this option to specify the whether the board used
...@@ -42,7 +42,7 @@ config MACH_SFFSDR ...@@ -42,7 +42,7 @@ config MACH_SFFSDR
config MACH_DAVINCI_DM355_EVM config MACH_DAVINCI_DM355_EVM
bool "TI DM355 EVM" bool "TI DM355 EVM"
default n default ARCH_DAVINCI_DM355
depends on ARCH_DAVINCI_DM355 depends on ARCH_DAVINCI_DM355
help help
Configure this option to specify the whether the board used Configure this option to specify the whether the board used
...@@ -58,7 +58,7 @@ config MACH_DM355_LEOPARD ...@@ -58,7 +58,7 @@ config MACH_DM355_LEOPARD
config MACH_DAVINCI_DM6467_EVM config MACH_DAVINCI_DM6467_EVM
bool "TI DM6467 EVM" bool "TI DM6467 EVM"
default n default ARCH_DAVINCI_DM646x
depends on ARCH_DAVINCI_DM646x depends on ARCH_DAVINCI_DM646x
help help
Configure this option to specify the whether the board used Configure this option to specify the whether the board used
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment