arm64: kconfig: drop CONFIG_RTC_LIB dependency
authorEzequiel Garcia <ezequiel@vanguardiasur.com.ar>
Wed, 27 Apr 2016 16:55:28 +0000 (13:55 -0300)
committerWill Deacon <will.deacon@arm.com>
Thu, 28 Apr 2016 18:43:37 +0000 (19:43 +0100)
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.

Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/Kconfig

index e945b82fda224ae004990a67c6ddeb3c8b3ef773..8845c0d100d7e21796308bc54c5bdb1331094968 100644 (file)
@@ -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
This page took 0.030595 seconds and 5 git commands to generate.