aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoniu Miclaus <[email protected]>2023-11-14 13:45:31 +0200
committerAlexandre Belloni <[email protected]>2024-01-08 01:13:56 +0100
commitcd0d7d6639de4468d181c87e45cfd07d51b525da (patch)
tree85ff47d9bcc1a2ad258fa66a2cc0e956357be6fa
parent9f67c1e63976d3403f0b250b03ffe959c890f9db (diff)
rtc: lpc24xx: add missing dependency
The driver depends on COMMON_CLK. Add the dependency in Kconfig. Signed-off-by: Antoniu Miclaus <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexandre Belloni <[email protected]>
-rw-r--r--drivers/rtc/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index 68a530ef1066..1ea9c7600150 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -1717,6 +1717,7 @@ config RTC_DRV_LPC24XX
tristate "NXP RTC for LPC178x/18xx/408x/43xx"
depends on ARCH_LPC18XX || COMPILE_TEST
depends on OF && HAS_IOMEM
+ depends on COMMON_CLK
help
This enables support for the NXP RTC found which can be found on
NXP LPC178x/18xx/408x/43xx devices.