summaryrefslogtreecommitdiffstats
path: root/drivers/clk/Kconfig
diff options
context:
space:
mode:
authorPaul Cercueil2018-08-23 15:17:41 +0200
committerStephen Boyd2018-10-17 00:19:15 +0200
commit0880fb86608acf1bbf4df9b3580e5a1b58fe8ba6 (patch)
tree6fe77bbcbba081ff38b351bbf9e364d0ecce5c8f /drivers/clk/Kconfig
parentLinux 4.19-rc1 (diff)
downloadkernel-qcow2-linux-0880fb86608acf1bbf4df9b3580e5a1b58fe8ba6.tar.gz
kernel-qcow2-linux-0880fb86608acf1bbf4df9b3580e5a1b58fe8ba6.tar.xz
kernel-qcow2-linux-0880fb86608acf1bbf4df9b3580e5a1b58fe8ba6.zip
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>
Diffstat (limited to 'drivers/clk/Kconfig')
-rw-r--r--drivers/clk/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig
index 292056bbb30e..cd9b1d0cb23b 100644
--- a/drivers/clk/Kconfig
+++ b/drivers/clk/Kconfig
@@ -287,6 +287,7 @@ source "drivers/clk/actions/Kconfig"
source "drivers/clk/bcm/Kconfig"
source "drivers/clk/hisilicon/Kconfig"
source "drivers/clk/imgtec/Kconfig"
+source "drivers/clk/ingenic/Kconfig"
source "drivers/clk/keystone/Kconfig"
source "drivers/clk/mediatek/Kconfig"
source "drivers/clk/meson/Kconfig"