]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: tegra: Remove redundant CLKDEV_LOOKUP selects
authorStephen Boyd <sboyd@kernel.org>
Thu, 9 Apr 2020 06:44:09 +0000 (23:44 -0700)
committerStephen Boyd <sboyd@kernel.org>
Tue, 5 May 2020 19:33:59 +0000 (12:33 -0700)
commitae85534b027b4224981eba54b9cbfa78632dcd97
tree436d89e46f348d44ac24d96aa2d827bd925bc9ca
parent4e1f8848855753be7dec25378768fab2287a9d25
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
arch/arm64/Kconfig.platforms