Re: [PATCH 3/4] rtc: pcf8525: Add watchdog support
From: Julian Braha
Date: Fri Aug 14 2026 - 12:09:51 EST
Hi Shiv,
On 8/7/26 09:28, Shiv Prakash Gupta wrote:
> Add watchdog support for NXP PCF8525 real time clock(RTC) device
>
> Signed-off-by: Lakshay Piplani <lakshay.piplani@xxxxxxx>
> Signed-off-by: Shiv Prakash Gupta <shivprakash.gupta@xxxxxxx>
> ---
> drivers/rtc/Kconfig | 1 +
> drivers/rtc/rtc-pcf8525.c | 245 +++++++++++++++++++++++++++++++++++++-
> 2 files changed, 244 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
> index 3c22c7253aae..6c1c7b3d27b6 100644
> --- a/drivers/rtc/Kconfig
> +++ b/drivers/rtc/Kconfig
> @@ -516,6 +516,7 @@ config RTC_DRV_PCF8523
> config RTC_DRV_PCF8525
> tristate "NXP PCF8525"
> select REGMAP_I2C
> + select WATCHDOG_CORE if WATCHDOG
> help
Nitpick, sorry: this Kconfig file uses spaces for indentation, but your
addition uses a tab.
- Julian Braha