diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-02-27 13:49:05 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-02-27 13:49:05 +0000 |
commit | 2daab456e924b78621dc498e353b5d18ba540db3 (patch) | |
tree | ef73bd4c01ae23af7564d39d25b0477d863abdea /main/linux-vserver/kernelconfig.x86 | |
parent | 33bc853aad6acdece608396bb114ffefe0cc1306 (diff) | |
download | aports-2daab456e924b78621dc498e353b5d18ba540db3.tar.bz2 aports-2daab456e924b78621dc498e353b5d18ba540db3.tar.xz |
main/linux-vserver: enable drbd and 9p drivers
Diffstat (limited to 'main/linux-vserver/kernelconfig.x86')
-rw-r--r-- | main/linux-vserver/kernelconfig.x86 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/main/linux-vserver/kernelconfig.x86 b/main/linux-vserver/kernelconfig.x86 index a8cc9030d..dbe311947 100644 --- a/main/linux-vserver/kernelconfig.x86 +++ b/main/linux-vserver/kernelconfig.x86 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/i386 3.2.1-vs2.3.2.5 Kernel Configuration +# Linux/i386 3.2.7-vs2.3.2.7 Kernel Configuration # # CONFIG_64BIT is not set CONFIG_X86_32=y @@ -1431,7 +1431,8 @@ CONFIG_BLK_DEV_UMEM=m CONFIG_BLK_DEV_LOOP=m CONFIG_BLK_DEV_LOOP_MIN_COUNT=8 CONFIG_BLK_DEV_CRYPTOLOOP=m -# CONFIG_BLK_DEV_DRBD is not set +CONFIG_BLK_DEV_DRBD=m +# CONFIG_DRBD_FAULT_INJECTION is not set CONFIG_BLK_DEV_VROOT=m CONFIG_BLK_DEV_NBD=m CONFIG_BLK_DEV_OSD=m @@ -4925,7 +4926,9 @@ CONFIG_CIFS_ACL=y # CONFIG_NCP_FS is not set # CONFIG_CODA_FS is not set # CONFIG_AFS_FS is not set -# CONFIG_9P_FS is not set +CONFIG_9P_FS=m +CONFIG_9P_FSCACHE=y +CONFIG_9P_FS_POSIX_ACL=y # # Partition Types @@ -5345,5 +5348,6 @@ CONFIG_HAS_DMA=y CONFIG_CHECK_SIGNATURE=y CONFIG_CPU_RMAP=y CONFIG_NLATTR=y +CONFIG_LRU_CACHE=m CONFIG_AVERAGE=y CONFIG_CORDIC=m |