projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f63b32
)
x86/Kconfig: Remove HPET_EMULATE_RTC depends on RTC
author
Anand K Mistry
<amistry@google.com>
Thu, 4 Feb 2021 07:32:32 +0000
(18:32 +1100)
committer
Thomas Gleixner
<tglx@linutronix.de>
Fri, 5 Feb 2021 18:56:35 +0000
(19:56 +0100)
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
patch
|
blob
|
history
diff --git
a/arch/x86/Kconfig
b/arch/x86/Kconfig
index 7b6dd10b162ac71f4f7dd3ddbe3f8a9a5658fb16..865c1e7346fec2c8a5464e448f1888ce0aeee5da 100644
(file)
--- 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