diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 226d569..1074f0f 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -759,6 +759,14 @@ config APB_TIMER as it is off-chip. APB timers are always running regardless of CPU C states, they are used as per CPU clockevent device when possible. +config I8253_REFRESH + bool "I8253 PIT Refresh timer driver" + default n + depends on X86 + help + Access I8253 refresh timer. + Linux Driver Quest tutorial platform device. + # Mark as expert because too many people got it wrong. # The code disables itself when not needed. config DMI