Skip to content

Commit d823836

Browse files
committed
arm64: tegra: Remove redundant CLKDEV_LOOKUP selects
The arm64 architecture selects COMMON_CLK at the toplevel ARM64 config. The COMMON_CLK config option already selects CLKDEV_LOOKUP so it's redundant to have this selected again for the Tegra specific config. Cc: Paul Walmsley <[email protected]> Acked-by: Thierry Reding <[email protected]> Cc: Catalin Marinas <[email protected]> Cc: Will Deacon <[email protected]> Cc: <[email protected]> Cc: Arnd Bergmann <[email protected]> Signed-off-by: Stephen Boyd <[email protected]> Reviewed-by: Arnd Bergmann <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
1 parent e8bd633 commit d823836

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
@@ -235,7 +235,6 @@ config ARCH_TEGRA
235235
bool "NVIDIA Tegra SoC Family"
236236
select ARCH_HAS_RESET_CONTROLLER
237237
select ARM_GIC_PM
238-
select CLKDEV_LOOKUP
239238
select CLKSRC_MMIO
240239
select TIMER_OF
241240
select GENERIC_CLOCKEVENTS

0 commit comments

Comments
 (0)