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:
da75256
)
arm64: remove redundant "select HAVE_CLK"
author
Masahiro Yamada
<
[email protected]
>
Tue, 16 Aug 2016 09:19:22 +0000
(18:19 +0900)
committer
Will Deacon
<
[email protected]
>
Mon, 22 Aug 2016 09:00:48 +0000
(10:00 +0100)
HAVE_CLK is select'ed by CLKDEV_LOOKUP, which is select'ed by
COMMON_CLK, which is select'ed by ARM64. No sub-architecture
needs to select HAVE_CLK explicitly.
Signed-off-by: Masahiro Yamada <
[email protected]
>
Signed-off-by: Will Deacon <
[email protected]
>
arch/arm64/Kconfig.platforms
patch
|
blob
|
history
diff --git
a/arch/arm64/Kconfig.platforms
b/arch/arm64/Kconfig.platforms
index be5d824ebdba2dab24840bb7808abcc40da2053e..4a4318bc219ae5043152ec31f65e2c1b9b72b280 100644
(file)
--- a/
arch/arm64/Kconfig.platforms
+++ b/
arch/arm64/Kconfig.platforms
@@
-159,7
+159,6
@@
config ARCH_TEGRA
select CLKSRC_MMIO
select CLKSRC_OF
select GENERIC_CLOCKEVENTS
- select HAVE_CLK
select PINCTRL
select RESET_CONTROLLER
help