aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-davinci/Kconfig4
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
27config MACH_DAVINCI_EVM 27config 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
42config MACH_DAVINCI_DM355_EVM 42config 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
56config MACH_DAVINCI_DM6467_EVM 57config 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