Re: [PATCH v4 28/41] rtc: add HAS_IOPORT dependencies

From: Maciej W. Rozycki
Date: Tue May 16 2023 - 11:51:43 EST


On Tue, 16 May 2023, Niklas Schnelle wrote:

> diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
> index 753872408615..9ae082b14c44 100644
> --- a/drivers/rtc/Kconfig
> +++ b/drivers/rtc/Kconfig
> @@ -956,6 +956,7 @@ comment "Platform RTC drivers"
> config RTC_DRV_CMOS
> tristate "PC-style 'CMOS'"
> depends on X86 || ARM || PPC || MIPS || SPARC64
> + depends on HAS_IOPORT

NAK, this hasn't addressed my input for v2. Arnd also followed up with
similar observations with v3.

Maciej