summaryrefslogtreecommitdiffstats
path: root/arch/hexagon/Kconfig
diff options
context:
space:
mode:
authorRichard Kuo2013-02-20 02:19:50 +0100
committerRichard Kuo2013-05-01 02:40:26 +0200
commitc05c3ec401a68888f23f489b7bd6f88117836bc9 (patch)
treeec43a29e1b92adcd5ea51a7a47a3fb6ddf78d638 /arch/hexagon/Kconfig
parentHexagon: fix psp/sp macro (diff)
downloadkernel-qcow2-linux-c05c3ec401a68888f23f489b7bd6f88117836bc9.tar.gz
kernel-qcow2-linux-c05c3ec401a68888f23f489b7bd6f88117836bc9.tar.xz
kernel-qcow2-linux-c05c3ec401a68888f23f489b7bd6f88117836bc9.zip
Hexagon: use generic sys_fork, sys_vfork, and sys_clone
Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
Diffstat (limited to 'arch/hexagon/Kconfig')
-rw-r--r--arch/hexagon/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/hexagon/Kconfig b/arch/hexagon/Kconfig
index b059d8c29fb5..9b94b0fcb777 100644
--- a/arch/hexagon/Kconfig
+++ b/arch/hexagon/Kconfig
@@ -30,6 +30,8 @@ config HEXAGON
select GENERIC_CLOCKEVENTS_BROADCAST
select MODULES_USE_ELF_RELA
select GENERIC_CPU_DEVICES
+ select GENERIC_KERNEL_THREAD
+ select GENERIC_KERNEL_EXECVE
---help---
Qualcomm Hexagon is a processor architecture designed for high
performance and low power across a wide variety of applications.