Skip to content

Commit

Permalink
arm64: kconfig: drop CONFIG_RTC_LIB dependency
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ezequiel Garcia authored and Will Deacon committed Apr 28, 2016
1 parent da24eb1 commit 99a5077
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm64/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 99a5077

Please sign in to comment.