summaryrefslogtreecommitdiffstats
path: root/arch/arm64/Kconfig.platforms
diff options
context:
space:
mode:
authorMasahiro Yamada2016-08-16 11:19:22 +0200
committerWill Deacon2016-08-22 11:00:48 +0200
commit67060ed148cca4f6f3cde6d6941d3b4a86ad698c (patch)
treeb9d1c488f24e1911851b8b6364513c070e563564 /arch/arm64/Kconfig.platforms
parentarm64: remove traces of perf_ops_bp (diff)
downloadkernel-qcow2-linux-67060ed148cca4f6f3cde6d6941d3b4a86ad698c.tar.gz
kernel-qcow2-linux-67060ed148cca4f6f3cde6d6941d3b4a86ad698c.tar.xz
kernel-qcow2-linux-67060ed148cca4f6f3cde6d6941d3b4a86ad698c.zip
arm64: remove redundant "select HAVE_CLK"
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 <yamada.masahiro@socionext.com> Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'arch/arm64/Kconfig.platforms')
-rw-r--r--arch/arm64/Kconfig.platforms1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index be5d824ebdba..4a4318bc219a 100644
--- 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