summaryrefslogtreecommitdiff
path: root/drivers/clk/Kconfig
diff options
context:
space:
mode:
authorDaniel Mack <daniel@zonque.org>2022-01-25 12:33:36 +0300
committerStephen Boyd <sboyd@kernel.org>2022-01-26 01:23:16 +0300
commit5edffb980519c3d59f93fdaff7249af83c3a3495 (patch)
treea07b3bea11f46a9b97642350f953e913cc941d87 /drivers/clk/Kconfig
parent2f3d32fe9df80a65485c548a145916145fc99d68 (diff)
downloadlinux-5edffb980519c3d59f93fdaff7249af83c3a3495.tar.xz
clk: cs2000-cp: convert driver to regmap
Regmap gives us caching, debugging infrastructure and other things for free and does away with open-coded bit-fiddling implementations. Signed-off-by: Daniel Mack <daniel@zonque.org> Link: https://lore.kernel.org/r/20220125093336.226787-10-daniel@zonque.org 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 ad4256d54361..87ff6e2263f9 100644
--- a/drivers/clk/Kconfig
+++ b/drivers/clk/Kconfig
@@ -197,6 +197,7 @@ config COMMON_CLK_CDCE925
config COMMON_CLK_CS2000_CP
tristate "Clock driver for CS2000 Fractional-N Clock Synthesizer & Clock Multiplier"
depends on I2C
+ select REGMAP_I2C
help
If you say yes here you get support for the CS2000 clock multiplier.