[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180205012146.23981-10-ulfalizer@gmail.com>
Date: Mon, 5 Feb 2018 02:21:21 +0100
From: Ulf Magnusson <ulfalizer@...il.com>
To: linux-kernel@...r.kernel.org
Cc: linux-kbuild@...r.kernel.org, tfiga@...omium.org,
paul.burton@...s.com, m.szyprowski@...sung.com,
egtvedt@...fundet.no, linus.walleij@...aro.org,
vgupta@...opsys.com, mgorman@...hsingularity.net, hch@....de,
mina86@...a86.com, robh@...nel.org, sboyd@...eaurora.org,
paulus@...abs.org, will.deacon@....com, tony@...mide.com,
npiggin@...il.com, yamada.masahiro@...ionext.com,
Ulf Magnusson <ulfalizer@...il.com>,
Maxime Ripard <maxime.ripard@...e-electrons.com>,
Chen-Yu Tsai <wens@...e.org>,
Michael Turquette <mturquette@...libre.com>,
Stephen Boyd <sboyd@...nel.org>,
linux-arm-kernel@...ts.infradead.org, linux-clk@...r.kernel.org
Subject: [PATCH 09/20] clk: sunxi-ng: Remove SUNXI_CCU_* selects
The selected symbols were removed in commit 06e226c7fb23 ("clk:
sunxi-ng: Move all clock types to a library").
Remove the selects from SUN4I_A10_CCU.
Discovered with the
https://github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py
script.
Signed-off-by: Ulf Magnusson <ulfalizer@...il.com>
---
drivers/clk/sunxi-ng/Kconfig | 7 -------
1 file changed, 7 deletions(-)
diff --git a/drivers/clk/sunxi-ng/Kconfig b/drivers/clk/sunxi-ng/Kconfig
index 6427d0ebe2de..33168f94ee39 100644
--- a/drivers/clk/sunxi-ng/Kconfig
+++ b/drivers/clk/sunxi-ng/Kconfig
@@ -13,13 +13,6 @@ config SUN50I_A64_CCU
config SUN4I_A10_CCU
bool "Support for the Allwinner A10/A20 CCU"
- select SUNXI_CCU_DIV
- select SUNXI_CCU_MULT
- select SUNXI_CCU_NK
- select SUNXI_CCU_NKM
- select SUNXI_CCU_NM
- select SUNXI_CCU_MP
- select SUNXI_CCU_PHASE
default MACH_SUN4I
default MACH_SUN7I
depends on MACH_SUN4I || MACH_SUN7I || COMPILE_TEST
--
2.14.1
Powered by blists - more mailing lists