projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da24eb1
)
arm64: kconfig: drop CONFIG_RTC_LIB dependency
author
Ezequiel Garcia
<ezequiel@vanguardiasur.com.ar>
Wed, 27 Apr 2016 16:55:28 +0000
(13:55 -0300)
committer
Will 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
patch
|
blob
|
history
diff --git
a/arch/arm64/Kconfig
b/arch/arm64/Kconfig
index e945b82fda224ae004990a67c6ddeb3c8b3ef773..8845c0d100d7e21796308bc54c5bdb1331094968 100644
(file)
--- 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