aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/clk/analogbits/Kconfig
diff options
context:
space:
mode:
authorSamuel Holland <samuel.holland@sifive.com>2023-07-24 17:42:47 -0700
committerStephen Boyd <sboyd@kernel.org>2023-10-23 20:26:49 -0700
commitee58d6a115cefd7e8065eb469788dafa00b999d1 (patch)
treed09a8f113927a8a710d11655d9a7ae87d4b38beb /drivers/clk/analogbits/Kconfig
parentLinux 6.6-rc1 (diff)
downloadwireguard-linux-ee58d6a115cefd7e8065eb469788dafa00b999d1.tar.xz
wireguard-linux-ee58d6a115cefd7e8065eb469788dafa00b999d1.zip
clk: analogbits: Allow building the library as a module
This library is only used by the SiFive PRCI driver. When that driver is built as a module, it makes sense to build this library as a module too. Signed-off-by: Samuel Holland <samuel.holland@sifive.com> Link: https://lore.kernel.org/r/20230725004248.381868-1-samuel.holland@sifive.com Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/analogbits/Kconfig')
-rw-r--r--drivers/clk/analogbits/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/analogbits/Kconfig b/drivers/clk/analogbits/Kconfig
index 1e291b185438..7d73db0fcd49 100644
--- a/drivers/clk/analogbits/Kconfig
+++ b/drivers/clk/analogbits/Kconfig
@@ -1,3 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
config CLK_ANALOGBITS_WRPLL_CLN28HPC
- bool
+ tristate