aboutsummaryrefslogtreecommitdiffstats
path: root/arch/hexagon/Kconfig
diff options
context:
space:
mode:
authorRichard Kuo <rkuo@codeaurora.org>2013-02-19 20:19:50 -0500
committerRichard Kuo <rkuo@codeaurora.org>2013-04-30 20:40:26 -0400
commitc05c3ec401a68888f23f489b7bd6f88117836bc9 (patch)
treeec43a29e1b92adcd5ea51a7a47a3fb6ddf78d638 /arch/hexagon/Kconfig
parent820927768711b3c5c1f4aa7408433ff6ad37fd56 (diff)
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
30 select GENERIC_CLOCKEVENTS_BROADCAST 30 select GENERIC_CLOCKEVENTS_BROADCAST
31 select MODULES_USE_ELF_RELA 31 select MODULES_USE_ELF_RELA
32 select GENERIC_CPU_DEVICES 32 select GENERIC_CPU_DEVICES
33 select GENERIC_KERNEL_THREAD
34 select GENERIC_KERNEL_EXECVE
33 ---help--- 35 ---help---
34 Qualcomm Hexagon is a processor architecture designed for high 36 Qualcomm Hexagon is a processor architecture designed for high
35 performance and low power across a wide variety of applications. 37 performance and low power across a wide variety of applications.