diff mbox

u8500_defconfig: allow creation and mounting of devtmpfs

Message ID 1374176130-21209-1-git-send-email-andi@etezian.org (mailing list archive)
State New, archived
Headers show

Commit Message

Andi Shyti July 18, 2013, 7:35 p.m. UTC
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>
---
 arch/arm/configs/u8500_defconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Linus Walleij Aug. 16, 2013, 9:35 a.m. UTC | #1
On Thu, Jul 18, 2013 at 9:35 PM, Andi Shyti <andi@etezian.org> wrote:

> 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>

Patch applied.

Yours,
Linus Walleij
diff mbox

Patch

diff --git a/arch/arm/configs/u8500_defconfig b/arch/arm/configs/u8500_defconfig
index a0025dc..0675d6a 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