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_64 | |
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_64')
-rw-r--r-- | main/linux-vserver/kernelconfig.x86_64 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/main/linux-vserver/kernelconfig.x86_64 b/main/linux-vserver/kernelconfig.x86_64 index f3119a4aa..575836fad 100644 --- a/main/linux-vserver/kernelconfig.x86_64 +++ b/main/linux-vserver/kernelconfig.x86_64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86_64 3.2.1-vs2.3.2.5 Kernel Configuration +# Linux/x86_64 3.2.7-vs2.3.2.7 Kernel Configuration # CONFIG_64BIT=y # CONFIG_X86_32 is not set @@ -1390,7 +1390,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 @@ -4891,7 +4892,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 @@ -5310,5 +5313,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 |