s-paul...@ti.com writes:

> Patch updates the Kconfig for the various DaVinci EVMs
> This is being done based on a comment received when
> DM365 patches were reviewed.
> Each EVM defaults to be enabled whenever the SOC is enabled

My suggestion was to only have the EVMs enabled, but you enabled
all the boards.

I'll push a version of this which only enables EVMs by default.

Kevin

> Signed-off-by: Sandeep Paulraj <s-paul...@ti.com>
> ---
>  arch/arm/mach-davinci/Kconfig |   10 +++++-----
>  1 files changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig
> index 7640867..c259841 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,7 +34,7 @@ config MACH_DAVINCI_EVM
>  
>  config MACH_SFFSDR
>       bool "Lyrtech SFFSDR"
> -     default n
> +     default ARCH_DAVINCI_DM644x
>       depends on ARCH_DAVINCI_DM644x
>       help
>         Say Y here to select the Lyrtech Small Form Factor
> @@ -42,7 +42,7 @@ config MACH_SFFSDR
>  
>  config MACH_DAVINCI_DM355_EVM
>       bool "TI DM355 EVM"
> -     default n
> +     default ARCH_DAVINCI_DM355
>       depends on ARCH_DAVINCI_DM355
>       help
>         Configure this option to specify the whether the board used
> @@ -50,7 +50,7 @@ config MACH_DAVINCI_DM355_EVM
>  
>  config MACH_DM355_LEOPARD
>       bool "DM355 Leopard board"
> -     default n
> +     default ARCH_DAVINCI_DM355
>       depends on ARCH_DAVINCI_DM355
>       help
>         Configure this option to specify the whether the board used
> @@ -58,7 +58,7 @@ config MACH_DM355_LEOPARD
>  
>  config MACH_DAVINCI_DM6467_EVM
>       bool "TI DM6467 EVM"
> -     default n
> +     default ARCH_DAVINCI_DM646x
>       depends on ARCH_DAVINCI_DM646x
>       help
>         Configure this option to specify the whether the board used
> -- 
> 1.6.0.4
>
> _______________________________________________
> Davinci-linux-open-source mailing list
> Davinci-linux-open-source@linux.davincidsp.com
> http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

_______________________________________________
Davinci-linux-open-source mailing list
Davinci-linux-open-source@linux.davincidsp.com
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to