From: Robert Richter Date: Wed, 30 Jul 2014 15:06:34 +0000 (+0100) Subject: arm64: defconfig: enable devtmpfs mount option X-Git-Tag: v3.17-rc1~140^2~4 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=3666f88010d71e752ad677ec64edf148366afb7a;p=~emulex%2Finfiniband.git arm64: defconfig: enable devtmpfs mount option Matching x86 and making it more convenient to run the arm64 default kernel as distros like Ubuntu need this option. Signed-off-by: Robert Richter Signed-off-by: Will Deacon --- diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index c1071268c91..1e52b741d80 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -56,6 +56,7 @@ CONFIG_NET_9P=y CONFIG_NET_9P_VIRTIO=y CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" CONFIG_DEVTMPFS=y +CONFIG_DEVTMPFS_MOUNT=y CONFIG_DMA_CMA=y CONFIG_BLK_DEV_LOOP=y CONFIG_VIRTIO_BLK=y