[patch 10/12] syslets: x86: enable ASYNC_SUPPORT
- From: Ingo Molnar <mingo@xxxxxxx>
- Date: Wed, 28 Feb 2007 22:42:11 +0100
From: Ingo Molnar <mingo@xxxxxxx>
enable CONFIG_ASYNC_SUPPORT on x86.
Signed-off-by: Ingo Molnar <mingo@xxxxxxx>
Signed-off-by: Arjan van de Ven <arjan@xxxxxxxxxxxxxxx>
---
arch/i386/Kconfig | 4 ++++
1 file changed, 4 insertions(+)
Index: linux/arch/i386/Kconfig
===================================================================
--- linux.orig/arch/i386/Kconfig
+++ linux/arch/i386/Kconfig
@@ -55,6 +55,10 @@ config ZONE_DMA
bool
default y
+config ASYNC_SUPPORT
+ bool
+ default y
+
config SBUS
bool
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- References:
- [patch 00/12] Syslets, Threadlets, generic AIO support, v5
- From: Ingo Molnar
- [patch 00/12] Syslets, Threadlets, generic AIO support, v5
- Prev by Date: [patch 02/12] syslets: add syslet.h include file, user API/ABI definitions
- Next by Date: [patch 11/12] syslets: x86, wire up the syslet system calls
- Previous by thread: [patch 02/12] syslets: add syslet.h include file, user API/ABI definitions
- Next by thread: [patch 11/12] syslets: x86, wire up the syslet system calls
- Index(es):
Relevant Pages
- [patch 08/11] syslets: x86: enable ASYNC_SUPPORT
... enable CONFIG_ASYNC_SUPPORT on x86. ... config SBUS ... Please
read the FAQ at http://www.tux.org/lkml/ ... (Linux-Kernel) - [patch 11/14] syslets: x86: enable ASYNC_SUPPORT
... enable CONFIG_ASYNC_SUPPORT on x86. ... config SBUS ... Please
read the FAQ at http://www.tux.org/lkml/ ... (Linux-Kernel) - [patch 10/13] syslets: x86: enable ASYNC_SUPPORT
... enable CONFIG_ASYNC_SUPPORT on x86. ... config SBUS ... Please
read the FAQ at http://www.tux.org/lkml/ ... (Linux-Kernel) - Re: [PATCH for 2.6.22] [6/10] x86: Only make Macintosh drivers default on Macs
... emulation needed on x86 macs -- but at least don't make them default. ... bool
"Macintosh device drivers" ... (Linux-Kernel) - Re: [PATCH] Kconfig powernow-k8 driver should depend on ACPI P-States driver
... stylistic concerns applies the relevant changes to both x86 & x86_64. ...
The x86-64 version is a symlink to the i386 file, ... + bool "ACPI Support" ...
(Linux-Kernel)