Skip to content

Commit cd0d7d6

Browse files
amiclausalexandrebelloni
authored andcommitted
rtc: lpc24xx: add missing dependency
The driver depends on COMMON_CLK. Add the dependency in Kconfig. Signed-off-by: Antoniu Miclaus <antoniu.miclaus@analog.com> Link: https://lore.kernel.org/r/20231114114532.37840-1-antoniu.miclaus@analog.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
1 parent 9f67c1e commit cd0d7d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/rtc/Kconfig

+1
Original file line numberDiff line numberDiff line change
@@ -1717,6 +1717,7 @@ config RTC_DRV_LPC24XX
17171717
tristate "NXP RTC for LPC178x/18xx/408x/43xx"
17181718
depends on ARCH_LPC18XX || COMPILE_TEST
17191719
depends on OF && HAS_IOMEM
1720+
depends on COMMON_CLK
17201721
help
17211722
This enables support for the NXP RTC found which can be found on
17221723
NXP LPC178x/18xx/408x/43xx devices.

0 commit comments

Comments
 (0)