From fa14e61b3b4bca193293aba75f7ee106cbe4dd69 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 15 Jan 2013 15:40:18 +0000 Subject: Implement vfork() for the MIPS32 architecture git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5520 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/arch/mips/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'nuttx/arch/mips/Kconfig') diff --git a/nuttx/arch/mips/Kconfig b/nuttx/arch/mips/Kconfig index 1b10e26ae..86482ef7a 100644 --- a/nuttx/arch/mips/Kconfig +++ b/nuttx/arch/mips/Kconfig @@ -22,6 +22,7 @@ endchoice config ARCH_MIPS32 bool default n + select ARCH_HAVE_VFORK config ARCH_FAMILY string -- cgit v1.2.3