aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/configs/u8500_defconfig
diff options
context:
space:
mode:
authorAndi Shyti <andi@etezian.org>2013-07-18 21:35:30 +0200
committerLinus Walleij <linus.walleij@linaro.org>2013-11-26 21:01:39 +0100
commita09b5add6f2458486df42a4431a0599f18fa8f52 (patch)
treebed4395bb76e7ce1c82b8ca053f7baed992c0284 /arch/arm/configs/u8500_defconfig
parentLinux 3.13-rc1 (diff)
downloadlinux-dev-a09b5add6f2458486df42a4431a0599f18fa8f52.tar.xz
linux-dev-a09b5add6f2458486df42a4431a0599f18fa8f52.zip
u8500_defconfig: allow creation and mounting of devtmpfs
This patch enables CONFIG_DETTMPFS and CONFIG_DEVTMPFS_MOUNT flags for u8500 based devices. In this way it's possible to create a tmpfs/ramfs already in the early stages of the boot, allowing programs like udev/mdev to populate the /dev directory. Signed-off-by: Andi Shyti <andi@etezian.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/configs/u8500_defconfig')
-rw-r--r--arch/arm/configs/u8500_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/u8500_defconfig b/arch/arm/configs/u8500_defconfig
index ac632cc38f24..3738cd695132 100644
--- a/arch/arm/configs/u8500_defconfig
+++ b/arch/arm/configs/u8500_defconfig
@@ -109,6 +109,8 @@ CONFIG_EXT2_FS_SECURITY=y
CONFIG_EXT3_FS=y
CONFIG_EXT4_FS=y
CONFIG_VFAT_FS=y
+CONFIG_DEVTMPFS=y
+CONFIG_DEVTMPFS_MOUNT=y
CONFIG_TMPFS=y
CONFIG_TMPFS_POSIX_ACL=y
# CONFIG_MISC_FILESYSTEMS is not set