Skip to content

Commit 67060ed

Browse files
masahir0ywildea01
authored andcommitted
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>
1 parent da75256 commit 67060ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/arm64/Kconfig.platforms

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ config ARCH_TEGRA
159159
select CLKSRC_MMIO
160160
select CLKSRC_OF
161161
select GENERIC_CLOCKEVENTS
162-
select HAVE_CLK
163162
select PINCTRL
164163
select RESET_CONTROLLER
165164
help

0 commit comments

Comments
 (0)