We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d447eaf commit 236541aCopy full SHA for 236541a
drivers/clk/Kconfig
@@ -60,7 +60,7 @@ config LMK04832
60
Low-Noise JESD204B Compliant Clock Jitter Cleaner With Dual Loop PLLs
61
62
config COMMON_CLK_APPLE_NCO
63
- bool "Clock driver for Apple SoC NCOs"
+ tristate "Clock driver for Apple SoC NCOs"
64
depends on ARCH_APPLE || COMPILE_TEST
65
default ARCH_APPLE
66
help
drivers/clk/clk-apple-nco.c
@@ -318,7 +318,7 @@ static const struct of_device_id applnco_ids[] = {
318
{ .compatible = "apple,nco" },
319
{ }
320
};
321
-MODULE_DEVICE_TABLE(of, applnco_ids)
+MODULE_DEVICE_TABLE(of, applnco_ids);
322
323
static struct platform_driver applnco_driver = {
324
.driver = {
0 commit comments