From daad6bc3d45cf1abf7fc07e91bb0c3a67c3435c1 Mon Sep 17 00:00:00 2001 From: "don.hong" Date: Thu, 16 Feb 2012 16:04:42 +0900 Subject: [PATCH] [Title] Modified config to include virtio 9p fs [Type] Feature [Module] /net & /fs [Priority] [Jira#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] Change-Id: I6ce9d9732078c3919fbdbf32fb56a70793bba5c0 --- arch/x86/configs/i386_emul_defconfig | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/arch/x86/configs/i386_emul_defconfig b/arch/x86/configs/i386_emul_defconfig index 9f96af8c9b6d..a008d1145b46 100644 --- a/arch/x86/configs/i386_emul_defconfig +++ b/arch/x86/configs/i386_emul_defconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.32.9 -# Fri Jan 13 22:53:12 2012 +# Thu Feb 16 15:57:36 2012 # # CONFIG_64BIT is not set CONFIG_X86_32=y @@ -721,7 +721,9 @@ CONFIG_MAC80211_LEDS=y # CONFIG_MAC80211_DEBUG_MENU is not set # CONFIG_WIMAX is not set # CONFIG_RFKILL is not set -# CONFIG_NET_9P is not set +CONFIG_NET_9P=y +CONFIG_NET_9P_VIRTIO=y +# CONFIG_NET_9P_DEBUG is not set # # Device Drivers @@ -2317,6 +2319,7 @@ CONFIG_RPCSEC_GSS_KRB5=y # CONFIG_NCP_FS is not set # CONFIG_CODA_FS is not set # CONFIG_AFS_FS is not set +CONFIG_9P_FS=y # # Partition Types -- 2.34.1