From: Javier Martinez Canillas Date: Sun, 16 Dec 2012 19:30:00 +0000 (-0800) Subject: ARM: OMAP2+: enable devtmpfs and devtmpfs automount X-Git-Tag: v3.8-rc2~14^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0698811fadbed0a8937b15282ccfda2006c7c7c3;p=profile%2Fivi%2Fkernel-x86-ivi.git ARM: OMAP2+: enable devtmpfs and devtmpfs automount Since udev-182, udev no longer creates device nodes under /dev and this has to be managed by the kernel devtmpfs filesystem. This means that a kernel built with the current OMAP2+ config will not boot on a system with a recent udev. Also, it is good to have /dev automatically mounted since some non-initramfs based setups assumes this and don't manually mount it. Signed-off-by: Javier Martinez Canillas Acked-by: Santosh Shilimkar Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index a1dc5c0..ad41190 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -65,6 +65,8 @@ CONFIG_MAC80211_RC_PID=y CONFIG_MAC80211_RC_DEFAULT_PID=y CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" CONFIG_CONNECTOR=y +CONFIG_DEVTMPFS=y +CONFIG_DEVTMPFS_MOUNT=y CONFIG_MTD=y CONFIG_MTD_CMDLINE_PARTS=y CONFIG_MTD_CHAR=y