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)
commitb62bc0474b9084f7de1d69adbb9bde248bbdf117
treea6239dd6424bbad088d4fe35b300e257691dab26
parentba76c40dbe2e1f6c2db1d8077917d18279523b81
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