[PATCH v2] clocksource: atmel-st: select MFD_SYSCON

Nicolas Ferre nicolas.ferre at atmel.com
Fri Mar 20 03:58:00 PDT 2015


Le 19/03/2015 14:26, Daniel Lezcano a écrit :
> On 03/19/2015 02:17 PM, Alexandre Belloni wrote:
>> Enforce MFD_SYSCON selection as the driver needs it. Else, it will still
>> compile with some warning about X1, x2 or sr being used uninitialized.
>>
>> Reported-by: fengguang.wu at intel.com
>> Signed-off-by: Alexandre Belloni <alexandre.belloni at free-electrons.com>
>> ---
>> Daniel,
>>
>> I think this should go through the at91 tree as the patch introducing that issue
>> went there.
> 
> Ok.
> 
> Acked-by: Daniel Lezcano <daniel.lezcano at linaro.org>

I take it: thanks!

Acked-by: Nicolas Ferre <nicolas.ferre at atmel.com>


>>   drivers/clocksource/Kconfig | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
>> index 168035883afa..55aef6f89074 100644
>> --- a/drivers/clocksource/Kconfig
>> +++ b/drivers/clocksource/Kconfig
>> @@ -146,6 +146,7 @@ config ATMEL_PIT
>>   config ATMEL_ST
>>   	bool
>>   	select CLKSRC_OF
>> +	select MFD_SYSCON
>>
>>   config CLKSRC_METAG_GENERIC
>>   	def_bool y if METAG
>>
> 
> 


-- 
Nicolas Ferre



More information about the linux-arm-kernel mailing list