summaryrefslogtreecommitdiffstats
path: root/arch/openrisc/Kconfig
diff options
context:
space:
mode:
authorJonas Bonn <jonas@southpole.se>2012-10-19 18:07:44 +0200
committerJonas Bonn <jonas@southpole.se>2012-10-19 18:32:36 +0200
commitcbf23cf1b96819599f6a1b9658d1bf3a97c6ff15 (patch)
tree4ed2583ded570499617cc6fd9caffb4f17eddbd5 /arch/openrisc/Kconfig
parent287ad220cd8b5a9d29f71c78f6e4051093f051fc (diff)
downloadop-kernel-dev-cbf23cf1b96819599f6a1b9658d1bf3a97c6ff15.zip
op-kernel-dev-cbf23cf1b96819599f6a1b9658d1bf3a97c6ff15.tar.gz
openrisc: use generic kernel_thread/kernel_execve
Signed-off-by: Jonas Bonn <jonas@southpole.se>
Diffstat (limited to 'arch/openrisc/Kconfig')
-rw-r--r--arch/openrisc/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/openrisc/Kconfig b/arch/openrisc/Kconfig
index 05f2ba4..e7f1a29 100644
--- a/arch/openrisc/Kconfig
+++ b/arch/openrisc/Kconfig
@@ -22,6 +22,8 @@ config OPENRISC
select GENERIC_STRNCPY_FROM_USER
select GENERIC_STRNLEN_USER
select MODULES_USE_ELF_RELA
+ select GENERIC_KERNEL_THREAD
+ select GENERIC_KERNEL_EXECVE
config MMU
def_bool y
OpenPOWER on IntegriCloud