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 <lkp@intel.com> Cc: Liam Beguin <lvb@xiphos.com> Fixes: 3bc61cf ("clk: add support for the lmk04832") Link: https://lore.kernel.org/r/20210629060751.3119453-1-sboyd@kernel.org Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent 6181baa commit 97a1c5c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)