Le 01/12/2014 11:27, Boris Brezillon a écrit :
> at91sam9* and sama5d* SoCs have an EBI (External Bus Interface).
> Select the ATMEL_EBI driver when support for these SoCs is selected.
> 
> Signed-off-by: Boris Brezillon <[email protected]>
> ---
>  arch/arm/mach-at91/Kconfig | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
> index 0e6d548..a72402a 100644
> --- a/arch/arm/mach-at91/Kconfig
> +++ b/arch/arm/mach-at91/Kconfig
> @@ -49,6 +49,7 @@ config SOC_AT91SAM9
>       select GENERIC_CLOCKEVENTS
>       select MEMORY if USE_OF
>       select ATMEL_SDRAMC if USE_OF
> +     select ATMEL_EBI if USE_OF

We can remove "USE_OF" for next version.

>  config SOC_SAMA5
>       bool
> @@ -58,6 +59,7 @@ config SOC_SAMA5
>       select USE_OF
>       select MEMORY
>       select ATMEL_SDRAMC
> +     select ATMEL_EBI
>  
>  menu "Atmel AT91 System-on-Chip"
>  
> 


-- 
Nicolas Ferre
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to