* Vaibhav Hiremath <hvaib...@ti.com> [120508 08:10]:
> --- a/arch/arm/mach-omap2/Kconfig
> +++ b/arch/arm/mach-omap2/Kconfig
> @@ -20,12 +20,16 @@ config ARCH_OMAP2PLUS_TYPICAL
>       help
>         Compile a kernel suitable for booting most boards
>  
> +config SOC_HAS_SDRC
> +     bool "SDRAM Controller support"
> +
>  config ARCH_OMAP2
>       bool "TI OMAP2"
>       depends on ARCH_OMAP2PLUS
>       default y
>       select CPU_V6
>       select MULTI_IRQ_HANDLER
> +     select SOC_HAS_SDRC
>  
>  config ARCH_OMAP3
>       bool "TI OMAP3"

These still need to have OMAP in them, and ideally the type
of the block. Something like SOC_HAS_OMAP2_SDRC?

Regards,

Tony
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to