diff options
Diffstat (limited to 'arch/um/Kconfig.common')
-rw-r--r-- | arch/um/Kconfig.common | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/um/Kconfig.common b/arch/um/Kconfig.common index 43ef890d292c..cb837c223922 100644 --- a/arch/um/Kconfig.common +++ b/arch/um/Kconfig.common | |||
@@ -10,6 +10,7 @@ config UML | |||
10 | select GENERIC_IRQ_SHOW | 10 | select GENERIC_IRQ_SHOW |
11 | select GENERIC_CPU_DEVICES | 11 | select GENERIC_CPU_DEVICES |
12 | select GENERIC_IO | 12 | select GENERIC_IO |
13 | select GENERIC_CLOCKEVENTS | ||
13 | 14 | ||
14 | config MMU | 15 | config MMU |
15 | bool | 16 | bool |
@@ -52,10 +53,6 @@ config GENERIC_BUG | |||
52 | default y | 53 | default y |
53 | depends on BUG | 54 | depends on BUG |
54 | 55 | ||
55 | config GENERIC_CLOCKEVENTS | ||
56 | bool | ||
57 | default y | ||
58 | |||
59 | config HZ | 56 | config HZ |
60 | int | 57 | int |
61 | default 100 | 58 | default 100 |