linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] x86: Remove HPET_EMULATE_RTC depends on RTC
@ 2021-02-04  7:32 Anand K Mistry
  2021-02-04 19:07 ` Randy Dunlap
  2021-02-05 18:58 ` [tip: x86/cleanups] x86/Kconfig: " tip-bot2 for Anand K Mistry
  0 siblings, 2 replies; 3+ messages in thread
From: Anand K Mistry @ 2021-02-04  7:32 UTC (permalink / raw)
  To: x86
  Cc: Anand K Mistry, Borislav Petkov, H. Peter Anvin, Ingo Molnar,
	Thomas Gleixner, linux-kernel

The RTC config option was removed in commit f52ef24be21a ("rtc/alpha:
remove legacy rtc driver")

Signed-off-by: Anand K Mistry <amistry@google.com>
---

 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
-- 
2.30.0.365.g02bc693789-goog


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] x86: Remove HPET_EMULATE_RTC depends on RTC
  2021-02-04  7:32 [PATCH] x86: Remove HPET_EMULATE_RTC depends on RTC Anand K Mistry
@ 2021-02-04 19:07 ` Randy Dunlap
  2021-02-05 18:58 ` [tip: x86/cleanups] x86/Kconfig: " tip-bot2 for Anand K Mistry
  1 sibling, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2021-02-04 19:07 UTC (permalink / raw)
  To: Anand K Mistry, x86
  Cc: Borislav Petkov, H. Peter Anvin, Ingo Molnar, Thomas Gleixner,
	linux-kernel

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [tip: x86/cleanups] x86/Kconfig: Remove HPET_EMULATE_RTC depends on RTC
  2021-02-04  7:32 [PATCH] x86: Remove HPET_EMULATE_RTC depends on RTC Anand K Mistry
  2021-02-04 19:07 ` Randy Dunlap
@ 2021-02-05 18:58 ` tip-bot2 for Anand K Mistry
  1 sibling, 0 replies; 3+ messages in thread
From: tip-bot2 for Anand K Mistry @ 2021-02-05 18:58 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: Anand K Mistry, Thomas Gleixner, Randy Dunlap, x86, linux-kernel

The following commit has been merged into the x86/cleanups branch of tip:

Commit-ID:     3228e1dc80983ee1f5d2e533d010b3bd8b50f0e2
Gitweb:        https://git.kernel.org/tip/3228e1dc80983ee1f5d2e533d010b3bd8b50f0e2
Author:        Anand K Mistry <amistry@google.com>
AuthorDate:    Thu, 04 Feb 2021 18:32:32 +11:00
Committer:     Thomas Gleixner <tglx@linutronix.de>
CommitterDate: Fri, 05 Feb 2021 19:56:35 +01:00

x86/Kconfig: Remove HPET_EMULATE_RTC depends on RTC

The RTC config option was removed in commit f52ef24be21a ("rtc/alpha:
remove legacy rtc driver")

Signed-off-by: Anand K Mistry <amistry@google.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/20210204183205.1.If5c6ded53a00ecad6a02a1e974316291cc0239d1@changeid
---
 arch/x86/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 7b6dd10..865c1e7 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -889,7 +889,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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-02-05 19:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-04  7:32 [PATCH] x86: Remove HPET_EMULATE_RTC depends on RTC Anand K Mistry
2021-02-04 19:07 ` Randy Dunlap
2021-02-05 18:58 ` [tip: x86/cleanups] x86/Kconfig: " tip-bot2 for Anand K Mistry

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).