aboutsummaryrefslogtreecommitdiff
path: root/src/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig
index cc87aec95a..f94fad4144 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -360,6 +360,13 @@ config HAVE_MONOTONIC_TIMER
help
The board/chipset provides a monotonic timer.
+config GENERIC_UDELAY
+ def_bool n
+ depends on HAVE_MONOTONIC_TIMER
+ help
+ The board/chipset uses a generic udelay function utilizing the
+ monotonic timer.
+
config TIMER_QUEUE
def_bool n
depends on HAVE_MONOTONIC_TIMER