Skip to content

Commit bc1a85f

Browse files
authored
arm64: configs: Add Linux software RAID support (#519)
arm64: configs: Add Linux software RAID support
2 parents f8d09d8 + 772cf1d commit bc1a85f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

arch/arm64/configs/defconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,10 @@ CONFIG_PATA_PLATFORM=y
331331
CONFIG_PATA_OF_PLATFORM=y
332332
CONFIG_MD=y
333333
CONFIG_BLK_DEV_MD=m
334+
CONFIG_MD_RAID0=y
335+
CONFIG_MD_RAID1=y
336+
CONFIG_MD_RAID10=y
337+
CONFIG_MD_RAID456=y
334338
CONFIG_BLK_DEV_DM=m
335339
CONFIG_DM_MIRROR=m
336340
CONFIG_DM_ZERO=m

0 commit comments

Comments
 (0)