Skip to content

Commit

Permalink
defconfig: r3: add lvm2 options
Browse files Browse the repository at this point in the history
based on gentoo documentiation:
https://wiki.gentoo.org/wiki/LVM#Kernel
  • Loading branch information
frank-w committed Apr 6, 2024
1 parent 4d7c3bd commit a5cb076
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions arch/arm64/configs/mt7986a_bpi-r3_defconfig
Expand Up @@ -1256,3 +1256,13 @@ CONFIG_SECCOMP=y

CONFIG_NET_IPGRE=m
CONFIG_NET_IPGRE_DEMUX=m

#LVM2
CONFIG_MD=y
CONFIG_BLK_DEV_DM=y
CONFIG_DM_CRYPT=y
CONFIG_DM_SNAPSHOT=y
CONFIG_DM_MIRROR=y
CONFIG_DM_MULTIPATH=y
CONFIG_DM_MULTIPATH_QL=y
CONFIG_DM_MULTIPATH_ST=y

0 comments on commit a5cb076

Please sign in to comment.