Re: [PATCH 1/6] ARM: at91: switch to multiplatform

2015-03-04 Thread Paul Bolle
Alexandre Belloni schreef op do 05-03-2015 om 00:35 [+0100]: > On 05/03/2015 at 00:21:47 +0100, Paul Bolle wrote : > > Utterly trivial, but anyhow. Could you please make this > > bool > > > > line to be the line directly following the line reading > > config ARCH_AT91 > > > > above? >

Re: [PATCH 1/6] ARM: at91: switch to multiplatform

2015-03-04 Thread Alexandre Belloni
On 05/03/2015 at 00:21:47 +0100, Paul Bolle wrote : > > +config ARCH_AT91 > > + select ARCH_REQUIRE_GPIOLIB > > select COMMON_CLK_AT91 > > - select CPU_V7 > > + select CLKDEV_LOOKUP > > select GENERIC_CLOCKEVENTS > > - select MEMORY > > - select ATMEL_SDRAMC > > - select PHYLIB

Re: [PATCH 1/6] ARM: at91: switch to multiplatform

2015-03-04 Thread Paul Bolle
Alexandre Belloni schreef op wo 04-03-2015 om 15:47 [+0100]: > --- a/arch/arm/mach-at91/Kconfig > +++ b/arch/arm/mach-at91/Kconfig > @@ -1,51 +1,22 @@ > -if ARCH_AT91 > - > -config HAVE_AT91_UTMI > - bool > - > -config HAVE_AT91_USB_CLK > - bool > - > -config COMMON_CLK_AT91 > - bool >

Re: [PATCH 1/6] ARM: at91: switch to multiplatform

2015-03-04 Thread Paul Bolle
Alexandre Belloni schreef op do 05-03-2015 om 00:35 [+0100]: On 05/03/2015 at 00:21:47 +0100, Paul Bolle wrote : Utterly trivial, but anyhow. Could you please make this bool line to be the line directly following the line reading config ARCH_AT91 above? I can

Re: [PATCH 1/6] ARM: at91: switch to multiplatform

2015-03-04 Thread Alexandre Belloni
On 05/03/2015 at 00:21:47 +0100, Paul Bolle wrote : +config ARCH_AT91 + select ARCH_REQUIRE_GPIOLIB select COMMON_CLK_AT91 - select CPU_V7 + select CLKDEV_LOOKUP select GENERIC_CLOCKEVENTS - select MEMORY - select ATMEL_SDRAMC - select PHYLIB if NETDEVICES -

Re: [PATCH 1/6] ARM: at91: switch to multiplatform

2015-03-04 Thread Paul Bolle
Alexandre Belloni schreef op wo 04-03-2015 om 15:47 [+0100]: --- a/arch/arm/mach-at91/Kconfig +++ b/arch/arm/mach-at91/Kconfig @@ -1,51 +1,22 @@ -if ARCH_AT91 - -config HAVE_AT91_UTMI - bool - -config HAVE_AT91_USB_CLK - bool - -config COMMON_CLK_AT91 - bool - select