diff options
author | Stephen Boyd <sboyd@kernel.org> | 2021-06-28 23:07:50 -0700 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2021-06-28 23:08:50 -0700 |
commit | 97a1c5cbbfe4b84573df2edc6b782132f8e012ad (patch) | |
tree | b19a88c0540d11b9686c8c2a10325855c7729a8d /drivers/clk | |
parent | 6181baa177d417211ea28de793524ec3d13b256d (diff) |
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: 3bc61cfd6f4a ("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>
Diffstat (limited to 'drivers/clk')
-rw-r--r-- | drivers/clk/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig index ccf77849bdbd..d49cf3ae52aa 100644 --- a/drivers/clk/Kconfig +++ b/drivers/clk/Kconfig @@ -57,6 +57,7 @@ config CLK_HSDK config LMK04832 tristate "Ti LMK04832 JESD204B Compliant Clock Jitter Cleaner" + depends on SPI select REGMAP_SPI help Say yes here to build support for Texas Instruments' LMK04832 Ultra |