diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-10-15 15:26:11 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-10-15 16:12:06 -0400 |
commit | 1856ab6db1296c9c31ad58263d49ee9b75568ddb (patch) | |
tree | 7e41497f50a2951381c9931da8c9c187f2acea57 /arch/score/Kconfig | |
parent | ddffeb8c4d0331609ef2581d84de4d763607bd37 (diff) |
score: switch to generic kernel_thread()/kernel_execve()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/score/Kconfig')
-rw-r--r-- | arch/score/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/score/Kconfig b/arch/score/Kconfig index 4f93a431a45a..a285e78fb9c5 100644 --- a/arch/score/Kconfig +++ b/arch/score/Kconfig | |||
@@ -13,6 +13,8 @@ config SCORE | |||
13 | select GENERIC_CLOCKEVENTS | 13 | select GENERIC_CLOCKEVENTS |
14 | select HAVE_MOD_ARCH_SPECIFIC | 14 | select HAVE_MOD_ARCH_SPECIFIC |
15 | select MODULES_USE_ELF_REL | 15 | select MODULES_USE_ELF_REL |
16 | select GENERIC_KERNEL_THREAD | ||
17 | select GENERIC_KERNEL_EXECVE | ||
16 | 18 | ||
17 | choice | 19 | choice |
18 | prompt "System type" | 20 | prompt "System type" |