clk: ingenic: Add proper Kconfig entries
authorPaul Cercueil <paul@crapouillou.net>
Thu, 23 Aug 2018 13:17:41 +0000 (15:17 +0200)
committerStephen Boyd <sboyd@kernel.org>
Tue, 16 Oct 2018 22:19:15 +0000 (15:19 -0700)
commit0880fb86608acf1bbf4df9b3580e5a1b58fe8ba6
tree6fe77bbcbba081ff38b351bbf9e364d0ecce5c8f
parent5b394b2ddf0347bef56e50c69a58773c94343ff3
clk: ingenic: Add proper Kconfig entries

Previously, the CGU code corresponding to the SoC for which we're
compiling the kernel was the only one enabled, which made it impossible
to build one kernel that supports them all.

Now, it is possible to select more than one SoC to support.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/Kconfig
drivers/clk/Makefile
drivers/clk/ingenic/Kconfig [new file with mode: 0644]
drivers/clk/ingenic/Makefile