Signed-off-by: Andrew Morton --- arch/x86_64/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff -puN arch/x86_64/Kconfig~x86_64-mm-configure-hpet_emulate_rtc-automatically arch/x86_64/Kconfig --- a/arch/x86_64/Kconfig~x86_64-mm-configure-hpet_emulate_rtc-automatically +++ a/arch/x86_64/Kconfig @@ -461,8 +461,9 @@ config HPET_TIMER . config HPET_EMULATE_RTC - bool "Provide RTC interrupt" + bool depends on HPET_TIMER && RTC=y + default y # Mark as embedded because too many people got it wrong. # The code disables itself when not needed. _