From: Anand K Mistry Date: Thu, 4 Feb 2021 07:32:32 +0000 (+1100) Subject: x86/Kconfig: Remove HPET_EMULATE_RTC depends on RTC X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=3228e1dc80983ee1f5d2e533d010b3bd8b50f0e2;p=uclinux-h8%2Flinux.git 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 Signed-off-by: Thomas Gleixner Reviewed-by: Randy Dunlap Link: https://lore.kernel.org/r/20210204183205.1.If5c6ded53a00ecad6a02a1e974316291cc0239d1@changeid --- diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 7b6dd10b162a..865c1e7346fe 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