diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-07-03 12:23:50 +0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-07-08 16:19:02 +0400 |
commit | db1d5168789669a1fb7a2da9478317e602f0dad0 (patch) | |
tree | 55def0bd044d253a3def94cbaec7903afac25199 /arch/arm/configs/mvebu_v5_defconfig | |
parent | c9668fa7aacfb25a641415ce103550d1f406542d (diff) | |
download | linux-db1d5168789669a1fb7a2da9478317e602f0dad0.tar.xz |
ARM: mvebu: add devtmpfs to mvebu_v5_defconfig
The devtmpfs filesystem is now widely used and generally needed to
boot Linux systems. 42 ARM defconfigs have it enabled, so it makes
sense to have it enabled as well in mvebu_v5_defconfig.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Andrew Lunn <andrew@lunn.ch>
Link: https://lkml.kernel.org/r/1404375830-22169-2-git-send-email-thomas.petazzoni@free-electrons.com
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/configs/mvebu_v5_defconfig')
-rw-r--r-- | arch/arm/configs/mvebu_v5_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/mvebu_v5_defconfig b/arch/arm/configs/mvebu_v5_defconfig index 85d26e65a061..22058e18dfaa 100644 --- a/arch/arm/configs/mvebu_v5_defconfig +++ b/arch/arm/configs/mvebu_v5_defconfig @@ -39,6 +39,8 @@ CONFIG_NET_PKTGEN=m CONFIG_CFG80211=y CONFIG_MAC80211=y CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" +CONFIG_DEVTMPFS=y +CONFIG_DEVTMPFS_MOUNT=y CONFIG_MTD=y CONFIG_MTD_CMDLINE_PARTS=y CONFIG_MTD_BLOCK=y |