aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Thompson <daniel.thompson@linaro.org>2018-05-30 11:45:14 +0100
committerDaniel Thompson <daniel.thompson@linaro.org>2018-06-06 20:58:02 +0100
commit93d4df4da83c137a6c68f4fa477200734842af1d (patch)
tree5a362cf1c5ab5c9680c0f0af504df8d3b68eb98f
parentf5ae56fbc0ab85d402e359bef873935a2b3fde8c (diff)
arm64: defconfig: Enable MD and device mapper featuresdeveloperbox/hacking
Currently the defconfig kernel cannot mount root filesystems from LVM. This is very unusual for a non-embedded defconfig; ia64, parisc, powerpc, s390, i386 and x86_64 all enable the device mapper by default, either as a module or as a builtin. Fix this by copying the MD configuration from x86_64_defconfig. Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
-rw-r--r--arch/arm64/configs/defconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index ecf613761e78..8df5391d2d38 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -198,6 +198,11 @@ CONFIG_SATA_SIL24=y
CONFIG_SATA_RCAR=y
CONFIG_PATA_PLATFORM=y
CONFIG_PATA_OF_PLATFORM=y
+CONFIG_MD=y
+CONFIG_BLK_DEV_MD=y
+CONFIG_BLK_DEV_DM=y
+CONFIG_DM_MIRROR=y
+CONFIG_DM_ZERO=y
CONFIG_NETDEVICES=y
CONFIG_MACVLAN=m
CONFIG_MACVTAP=m