Skip to content

Commit e737f13

Browse files
hrwolofj
authored andcommitted
arm64 defconfig: enable LVM support
W dniu 19.06.2019 o 16:21, Olof Johansson pisze: > On Mon, Jun 17, 2019 at 06:04:09PM +0200, Marcin Juszkiewicz wrote: >> Follow x86-64 defconfig on enabling basic LVM support. >> >> Signed-off-by: Marcin Juszkiewicz <[email protected]> > > Do you need this to be =y? If you use LVM, you usually boot with a ramdisk that > will hold modules. Right. Forgot to change. From 63003d0047062949a1231f67e1efdcb96b54323a Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz <[email protected]> Date: Mon, 27 May 2019 20:14:34 +0200 Subject: [PATCH 1/3] arm64 defconfig: enable LVM support Follow x86-64 defconfig on enabling basic LVM support. Signed-off-by: Marcin Juszkiewicz <[email protected]> Signed-off-by: Olof Johansson <[email protected]>
1 parent 801dd05 commit e737f13

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

arch/arm64/configs/defconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,11 @@ CONFIG_SATA_SIL24=y
230230
CONFIG_SATA_RCAR=y
231231
CONFIG_PATA_PLATFORM=y
232232
CONFIG_PATA_OF_PLATFORM=y
233+
CONFIG_MD=y
234+
CONFIG_BLK_DEV_MD=m
235+
CONFIG_BLK_DEV_DM=m
236+
CONFIG_DM_MIRROR=m
237+
CONFIG_DM_ZERO=m
233238
CONFIG_NETDEVICES=y
234239
CONFIG_MACVLAN=m
235240
CONFIG_MACVTAP=m

0 commit comments

Comments
 (0)