On Wed, Sep 9, 2026, at 15:39, [email protected] wrote:
> [Severity: Low]
> This patch removes the CONFIG_RTC_DRV_LP8788 symbol here, and also deletes
> the drivers/rtc/rtc-lp8788.c source file. Should the corresponding build
> rule in drivers/rtc/Makefile also be removed?
>
> Currently, drivers/rtc/Makefile still contains this entry:
> obj-$(CONFIG_RTC_DRV_LP8788) += rtc-lp8788.o
>
> Since the Kconfig symbol is no longer defined, it evaluates to an empty
> string, leaving a dead configuration line in the build system.
Fixed now, the line accidentally ended up being removed in the
wrong patch after a botched rebase.
Arnd