Skip to content

Commit a5cb076

Browse files
committed
defconfig: r3: add lvm2 options
based on gentoo documentiation: https://wiki.gentoo.org/wiki/LVM#Kernel
1 parent 4d7c3bd commit a5cb076

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

arch/arm64/configs/mt7986a_bpi-r3_defconfig

+10
Original file line numberDiff line numberDiff line change
@@ -1256,3 +1256,13 @@ CONFIG_SECCOMP=y
12561256

12571257
CONFIG_NET_IPGRE=m
12581258
CONFIG_NET_IPGRE_DEMUX=m
1259+
1260+
#LVM2
1261+
CONFIG_MD=y
1262+
CONFIG_BLK_DEV_DM=y
1263+
CONFIG_DM_CRYPT=y
1264+
CONFIG_DM_SNAPSHOT=y
1265+
CONFIG_DM_MIRROR=y
1266+
CONFIG_DM_MULTIPATH=y
1267+
CONFIG_DM_MULTIPATH_QL=y
1268+
CONFIG_DM_MULTIPATH_ST=y

0 commit comments

Comments
 (0)