All of lore.kernel.org
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: Anand K Mistry <amistry@google.com>, x86@kernel.org
Cc: Borislav Petkov <bp@alien8.de>, "H. Peter Anvin" <hpa@zytor.com>,
	Ingo Molnar <mingo@redhat.com>,
	Thomas Gleixner <tglx@linutronix.de>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] x86: Remove HPET_EMULATE_RTC depends on RTC
Date: Thu, 4 Feb 2021 11:07:42 -0800	[thread overview]
Message-ID: <aeeeeb18-6a42-8ae5-1364-a30d80e2008d@infradead.org> (raw)
In-Reply-To: <20210204183205.1.If5c6ded53a00ecad6a02a1e974316291cc0239d1@changeid>

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@google.com>
> ---

Reviewed-by: Randy Dunlap <rdunlap@infradead.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

  reply	other threads:[~2021-02-04 19:11 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-04  7:32 [PATCH] x86: Remove HPET_EMULATE_RTC depends on RTC Anand K Mistry
2021-02-04 19:07 ` Randy Dunlap [this message]
2021-02-05 18:58 ` [tip: x86/cleanups] x86/Kconfig: " tip-bot2 for Anand K Mistry

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aeeeeb18-6a42-8ae5-1364-a30d80e2008d@infradead.org \
    --to=rdunlap@infradead.org \
    --cc=amistry@google.com \
    --cc=bp@alien8.de \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=tglx@linutronix.de \
    --cc=x86@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.