[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <aeeeeb18-6a42-8ae5-1364-a30d80e2008d@infradead.org>
Date: Thu, 4 Feb 2021 11:07:42 -0800
From: Randy Dunlap <rdunlap@...radead.org>
To: Anand K Mistry <amistry@...gle.com>, x86@...nel.org
Cc: Borislav Petkov <bp@...en8.de>, "H. Peter Anvin" <hpa@...or.com>,
Ingo Molnar <mingo@...hat.com>,
Thomas Gleixner <tglx@...utronix.de>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] x86: Remove HPET_EMULATE_RTC depends on RTC
On 2/3/21 11:32 PM, Anand K Mistry wrote:
> The RTC config option was removed in commit f52ef24be21a ("rtc/alpha:
> remove legacy rtc driver")
>
> Signed-off-by: Anand K Mistry <amistry@...gle.com>
> ---
Reviewed-by: Randy Dunlap <rdunlap@...radead.org>
Thanks.
>
> arch/x86/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
> index 21f851179ff0..37775478d86f 100644
> --- a/arch/x86/Kconfig
> +++ b/arch/x86/Kconfig
> @@ -890,7 +890,7 @@ config HPET_TIMER
>
> config HPET_EMULATE_RTC
> def_bool y
> - depends on HPET_TIMER && (RTC=y || RTC=m || RTC_DRV_CMOS=m || RTC_DRV_CMOS=y)
> + depends on HPET_TIMER && (RTC_DRV_CMOS=m || RTC_DRV_CMOS=y)
>
> config APB_TIMER
> def_bool y if X86_INTEL_MID
>
--
~Randy
Powered by blists - more mailing lists