aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/um/Kconfig')
-rw-r--r--arch/um/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/um/Kconfig b/arch/um/Kconfig
index 4aabb334a84e..53597bbcd7b0 100644
--- a/arch/um/Kconfig
+++ b/arch/um/Kconfig
@@ -55,6 +55,10 @@ config GENERIC_BUG
55 default y 55 default y
56 depends on BUG 56 depends on BUG
57 57
58config GENERIC_TIME
59 bool
60 default y
61
58# Used in kernel/irq/manage.c and include/linux/irq.h 62# Used in kernel/irq/manage.c and include/linux/irq.h
59config IRQ_RELEASE_METHOD 63config IRQ_RELEASE_METHOD
60 bool 64 bool
@@ -75,6 +79,7 @@ config STATIC_LINK
75 79
76source "arch/um/Kconfig.arch" 80source "arch/um/Kconfig.arch"
77source "mm/Kconfig" 81source "mm/Kconfig"
82source "kernel/time/Kconfig"
78 83
79config LD_SCRIPT_STATIC 84config LD_SCRIPT_STATIC
80 bool 85 bool