diff options
author | Robert Richter <rrichter@cavium.com> | 2014-07-30 11:06:34 -0400 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2014-07-30 11:54:21 -0400 |
commit | 3666f88010d71e752ad677ec64edf148366afb7a (patch) | |
tree | 69f47fc46d7fd9c7f37aea60c5da5240e17efc73 /arch/arm64/configs/defconfig | |
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>
Diffstat (limited to 'arch/arm64/configs/defconfig')
-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 c1071268c912..1e52b741d806 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig | |||
@@ -56,6 +56,7 @@ CONFIG_NET_9P=y | |||
56 | CONFIG_NET_9P_VIRTIO=y | 56 | CONFIG_NET_9P_VIRTIO=y |
57 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | 57 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" |
58 | CONFIG_DEVTMPFS=y | 58 | CONFIG_DEVTMPFS=y |
59 | CONFIG_DEVTMPFS_MOUNT=y | ||
59 | CONFIG_DMA_CMA=y | 60 | CONFIG_DMA_CMA=y |
60 | CONFIG_BLK_DEV_LOOP=y | 61 | CONFIG_BLK_DEV_LOOP=y |
61 | CONFIG_VIRTIO_BLK=y | 62 | CONFIG_VIRTIO_BLK=y |