Skip to content

Commit 97a1c5c

Browse files
committed
clk: lmk04832: Depend on SPI
This driver depends on SPI. Otherwise compilation fails clk-lmk04832.c:(.text+0x1668): undefined reference to `spi_get_device_id' Reported-by: kernel test robot <[email protected]> Cc: Liam Beguin <[email protected]> Fixes: 3bc61cf ("clk: add support for the lmk04832") Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent 6181baa commit 97a1c5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/clk/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ config CLK_HSDK
5757

5858
config LMK04832
5959
tristate "Ti LMK04832 JESD204B Compliant Clock Jitter Cleaner"
60+
depends on SPI
6061
select REGMAP_SPI
6162
help
6263
Say yes here to build support for Texas Instruments' LMK04832 Ultra

0 commit comments

Comments
 (0)