diff options
author | Kevin Hilman <khilman@deeprootsystems.com> | 2009-06-03 17:54:27 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@deeprootsystems.com> | 2009-08-26 03:56:57 -0400 |
commit | f28f03bba423bbccf102abc9c1921d50a4499d66 (patch) | |
tree | 835cc3608106f419e522d4ac81daf5547a7d85c0 | |
parent | 98d0e9fc6bf1dc8227a7848eea1e28bf19f5a32d (diff) |
davinci: Kconfig: enable EVMs by default when SoCs are enabled
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
-rw-r--r-- | arch/arm/mach-davinci/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig index be747f5c6cd8..b06cf85fd297 100644 --- a/arch/arm/mach-davinci/Kconfig +++ b/arch/arm/mach-davinci/Kconfig | |||
@@ -26,7 +26,7 @@ comment "DaVinci Board Type" | |||
26 | 26 | ||
27 | config MACH_DAVINCI_EVM | 27 | config MACH_DAVINCI_EVM |
28 | bool "TI DM644x EVM" | 28 | bool "TI DM644x EVM" |
29 | default y | 29 | default ARCH_DAVINCI_DM644x |
30 | depends on ARCH_DAVINCI_DM644x | 30 | depends on ARCH_DAVINCI_DM644x |
31 | help | 31 | help |
32 | Configure this option to specify the whether the board used | 32 | Configure this option to specify the whether the board used |
@@ -41,6 +41,7 @@ config MACH_SFFSDR | |||
41 | 41 | ||
42 | config MACH_DAVINCI_DM355_EVM | 42 | config MACH_DAVINCI_DM355_EVM |
43 | bool "TI DM355 EVM" | 43 | bool "TI DM355 EVM" |
44 | default ARCH_DAVINCI_DM355 | ||
44 | depends on ARCH_DAVINCI_DM355 | 45 | depends on ARCH_DAVINCI_DM355 |
45 | help | 46 | help |
46 | Configure this option to specify the whether the board used | 47 | Configure this option to specify the whether the board used |
@@ -55,6 +56,7 @@ config MACH_DM355_LEOPARD | |||
55 | 56 | ||
56 | config MACH_DAVINCI_DM6467_EVM | 57 | config MACH_DAVINCI_DM6467_EVM |
57 | bool "TI DM6467 EVM" | 58 | bool "TI DM6467 EVM" |
59 | default ARCH_DAVINCI_DM646x | ||
58 | depends on ARCH_DAVINCI_DM646x | 60 | depends on ARCH_DAVINCI_DM646x |
59 | help | 61 | help |
60 | Configure this option to specify the whether the board used | 62 | Configure this option to specify the whether the board used |