aboutsummaryrefslogtreecommitdiffstats
path: root/arch/openrisc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/openrisc/Kconfig')
-rw-r--r--arch/openrisc/Kconfig7
1 files changed, 3 insertions, 4 deletions
diff --git a/arch/openrisc/Kconfig b/arch/openrisc/Kconfig
index 297bd38f7c5d..49765b53f637 100644
--- a/arch/openrisc/Kconfig
+++ b/arch/openrisc/Kconfig
@@ -18,6 +18,9 @@ config OPENRISC
18 select GENERIC_IOMAP 18 select GENERIC_IOMAP
19 select GENERIC_CPU_DEVICES 19 select GENERIC_CPU_DEVICES
20 select GENERIC_ATOMIC64 20 select GENERIC_ATOMIC64
21 select GENERIC_CLOCKEVENTS
22 select GENERIC_STRNCPY_FROM_USER
23 select GENERIC_STRNLEN_USER
21 24
22config MMU 25config MMU
23 def_bool y 26 def_bool y
@@ -47,9 +50,6 @@ config NO_IOPORT
47config GENERIC_GPIO 50config GENERIC_GPIO
48 def_bool y 51 def_bool y
49 52
50config GENERIC_CLOCKEVENTS
51 def_bool y
52
53config TRACE_IRQFLAGS_SUPPORT 53config TRACE_IRQFLAGS_SUPPORT
54 def_bool y 54 def_bool y
55 55
@@ -109,7 +109,6 @@ config OPENRISC_HAVE_INST_DIV
109endmenu 109endmenu
110 110
111 111
112source "kernel/time/Kconfig"
113source kernel/Kconfig.hz 112source kernel/Kconfig.hz
114source kernel/Kconfig.preempt 113source kernel/Kconfig.preempt
115source "mm/Kconfig" 114source "mm/Kconfig"