diff options
author | Stephen Boyd <sboyd@kernel.org> | 2020-04-08 23:44:09 -0700 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2020-05-05 12:33:59 -0700 |
commit | d823836ad182c1488d3a7beb1018c5558d765bf0 (patch) | |
tree | 436d89e46f348d44ac24d96aa2d827bd925bc9ca /arch/arm64/Kconfig.platforms | |
parent | e8bd633bc05278ffb4f4ad39050bd9a33acca947 (diff) | |
download | lwn-d823836ad182c1488d3a7beb1018c5558d765bf0.tar.gz lwn-d823836ad182c1488d3a7beb1018c5558d765bf0.zip |
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 <paul@pwsan.com>
Acked-by: Thierry Reding <treding@nvidia.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will@kernel.org>
Cc: <linux-arm-kernel@lists.infradead.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lkml.kernel.org/r/20200409064416.83340-4-sboyd@kernel.org
Diffstat (limited to 'arch/arm64/Kconfig.platforms')
-rw-r--r-- | arch/arm64/Kconfig.platforms | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 55d70cfe0f9e..0c7fcdec6d7f 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -235,7 +235,6 @@ config ARCH_TEGRA bool "NVIDIA Tegra SoC Family" select ARCH_HAS_RESET_CONTROLLER select ARM_GIC_PM - select CLKDEV_LOOKUP select CLKSRC_MMIO select TIMER_OF select GENERIC_CLOCKEVENTS |