]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Remove redundant CLKDEV_LOOKUP selects
authorStephen Boyd <sboyd@kernel.org>
Thu, 9 Apr 2020 06:44:11 +0000 (23:44 -0700)
committerStephen Boyd <sboyd@kernel.org>
Tue, 5 May 2020 19:34:04 +0000 (12:34 -0700)
commit7da02707c724a4b3a8205351be6b6709131b1278
treea6239dd6424bbad088d4fe35b300e257691dab26
parent0b53f098378784221e47d43fc3a8a4eec30e936a
MIPS: Remove redundant CLKDEV_LOOKUP selects

The ATH79 config selects COMMON_CLK already, and the COMMON_CLK config
option already selects CLKDEV_LOOKUP, and CLKDEV_LOOKUP already selects
HAVE_CLK so it's redundant to have these selected again.

Cc: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Cc: <linux-mips@vger.kernel.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lkml.kernel.org/r/20200409064416.83340-6-sboyd@kernel.org
arch/mips/Kconfig