diff mbox

[10/26] davinci: Kconfig: enable EVMs by default when SoCs are enabled

Message ID 1246914900-9034-11-git-send-email-khilman@deeprootsystems.com (mailing list archive)
State Not Applicable
Headers show

Commit Message

Kevin Hilman July 6, 2009, 9:14 p.m. UTC
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
---
 arch/arm/mach-davinci/Kconfig |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

Comments

Kevin Hilman July 6, 2009, 10:43 p.m. UTC | #1
Russell King - ARM Linux <linux@arm.linux.org.uk> writes:

> On Mon, Jul 06, 2009 at 02:14:44PM -0700, Kevin Hilman wrote:
>> @@ -34,6 +34,7 @@ config MACH_DAVINCI_EVM
>>  
>>  config MACH_SFFSDR
>>  	bool "Lyrtech SFFSDR"
>> +	default n
>
> There's absolutely no need for this (or the other one below).
>
>> @@ -48,6 +50,7 @@ config MACH_DAVINCI_DM355_EVM
>>  
>>  config MACH_DM355_LEOPARD
>>  	bool "DM355 Leopard board"
>> +	default n

OK, removed the 2 instances o'default n' from this patch.

Kevin
diff mbox

Patch

diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig
index be747f5..c330a5a 100644
--- a/arch/arm/mach-davinci/Kconfig
+++ b/arch/arm/mach-davinci/Kconfig
@@ -26,7 +26,7 @@  comment "DaVinci Board Type"
 
 config MACH_DAVINCI_EVM
 	bool "TI DM644x EVM"
-	default y
+	default ARCH_DAVINCI_DM644x
 	depends on ARCH_DAVINCI_DM644x
 	help
 	  Configure this option to specify the whether the board used
@@ -34,6 +34,7 @@  config MACH_DAVINCI_EVM
 
 config MACH_SFFSDR
 	bool "Lyrtech SFFSDR"
+	default n
 	depends on ARCH_DAVINCI_DM644x
 	help
 	  Say Y here to select the Lyrtech Small Form Factor
@@ -41,6 +42,7 @@  config MACH_SFFSDR
 
 config MACH_DAVINCI_DM355_EVM
 	bool "TI DM355 EVM"
+	default ARCH_DAVINCI_DM355
 	depends on ARCH_DAVINCI_DM355
 	help
 	  Configure this option to specify the whether the board used
@@ -48,6 +50,7 @@  config MACH_DAVINCI_DM355_EVM
 
 config MACH_DM355_LEOPARD
 	bool "DM355 Leopard board"
+	default n
 	depends on ARCH_DAVINCI_DM355
 	help
 	  Configure this option to specify the whether the board used
@@ -55,6 +58,7 @@  config MACH_DM355_LEOPARD
 
 config MACH_DAVINCI_DM6467_EVM
 	bool "TI DM6467 EVM"
+	default ARCH_DAVINCI_DM646x
 	depends on ARCH_DAVINCI_DM646x
 	help
 	  Configure this option to specify the whether the board used