[PATCH] arm64: Drop CONFIG_RTC_LIB dependency

Will Deacon will.deacon at arm.com
Thu Apr 28 05:24:25 PDT 2016


On Wed, Apr 27, 2016 at 01:55:28PM -0300, Ezequiel Garcia wrote:
> The rtc-lib dependency is not required, and seems it was just
> copy-pasted from ARM's Kconfig. If platform requires rtc-lib,
> they should select it individually.

Are you sure this doesn't break any platforms that are relying on this
implicit select?

Will

> Signed-off-by: Ezequiel Garcia <ezequiel at vanguardiasur.com.ar>
> ---
>  arch/arm64/Kconfig | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
> index c8762f4613f0..b9d0a81d391c 100644
> --- a/arch/arm64/Kconfig
> +++ b/arch/arm64/Kconfig
> @@ -99,7 +99,6 @@ config ARM64
>  	select PERF_USE_VMALLOC
>  	select POWER_RESET
>  	select POWER_SUPPLY
> -	select RTC_LIB
>  	select SPARSE_IRQ
>  	select SYSCTL_EXCEPTION_TRACE
>  	help
> -- 
> 2.7.0
> 



More information about the linux-arm-kernel mailing list