Commit cd0d7d66 authored by Antoniu Miclaus's avatar Antoniu Miclaus Committed by Alexandre Belloni

rtc: lpc24xx: add missing dependency

The driver depends on COMMON_CLK. Add the dependency in Kconfig.
Signed-off-by: default avatarAntoniu Miclaus <antoniu.miclaus@analog.com>
Link: https://lore.kernel.org/r/20231114114532.37840-1-antoniu.miclaus@analog.comSigned-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
parent 9f67c1e6
...@@ -1717,6 +1717,7 @@ config RTC_DRV_LPC24XX ...@@ -1717,6 +1717,7 @@ config RTC_DRV_LPC24XX
tristate "NXP RTC for LPC178x/18xx/408x/43xx" tristate "NXP RTC for LPC178x/18xx/408x/43xx"
depends on ARCH_LPC18XX || COMPILE_TEST depends on ARCH_LPC18XX || COMPILE_TEST
depends on OF && HAS_IOMEM depends on OF && HAS_IOMEM
depends on COMMON_CLK
help help
This enables support for the NXP RTC found which can be found on This enables support for the NXP RTC found which can be found on
NXP LPC178x/18xx/408x/43xx devices. NXP LPC178x/18xx/408x/43xx devices.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment