aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86_64/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64/Kconfig')
-rw-r--r--arch/x86_64/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig
index 85f958c2f555..43fafe9e9c08 100644
--- a/arch/x86_64/Kconfig
+++ b/arch/x86_64/Kconfig
@@ -473,8 +473,9 @@ config HPET_TIMER
473 <http://www.intel.com/hardwaredesign/hpetspec.htm>. 473 <http://www.intel.com/hardwaredesign/hpetspec.htm>.
474 474
475config HPET_EMULATE_RTC 475config HPET_EMULATE_RTC
476 bool "Provide RTC interrupt" 476 bool
477 depends on HPET_TIMER && RTC=y 477 depends on HPET_TIMER && RTC=y
478 default y
478 479
479# Mark as embedded because too many people got it wrong. 480# Mark as embedded because too many people got it wrong.
480# The code disables itself when not needed. 481# The code disables itself when not needed.