Subject: syslets: x86: enable ASYNC_SUPPORT From: Ingo Molnar enable CONFIG_ASYNC_SUPPORT on x86. Signed-off-by: Ingo Molnar Signed-off-by: Arjan van de Ven --- 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