Re: [PATCH 10/11] ARM: sti: always enable RESET_CONTROLLER

2015-02-13 Thread Maxime Coquelin
Hi Arnd, On 02/12/2015 08:42 PM, Arnd Bergmann wrote: A lot of the sti device drivers require reset controller support, but do not all have individual 'depends on RESET_CONTROLLER' statements. Using 'select' here once avoids a lot of build errors resulting from this. Signed-off-by: Arnd Bergmann

Re: [PATCH 10/11] ARM: sti: always enable RESET_CONTROLLER

2015-02-12 Thread Patrice Chotard
Hi Arnd On 02/12/2015 08:42 PM, Arnd Bergmann wrote: A lot of the sti device drivers require reset controller support, but do not all have individual 'depends on RESET_CONTROLLER' statements. Using 'select' here once avoids a lot of build errors resulting from this. Signed-off-by: Arnd Bergmann