diff options
author | Robert Richter <rrichter@cavium.com> | 2014-07-30 16:06:34 +0100 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2014-07-30 16:54:21 +0100 |
commit | 3666f88010d71e752ad677ec64edf148366afb7a (patch) | |
tree | 69f47fc46d7fd9c7f37aea60c5da5240e17efc73 | |
parent | 1915e2ad1cf548217c963121e4076b3d44dd0169 (diff) |
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 <rrichter@cavium.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |