aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/configs/da8xx_omapl_defconfig
diff options
context:
space:
mode:
authorSekhar Nori <nsekhar@ti.com>2012-11-21 08:26:51 -0500
committerSekhar Nori <nsekhar@ti.com>2013-01-04 01:51:04 -0500
commit3023ebf427399e3abbb21059578e7a67778bab2d (patch)
treed9b66357f2ba0ac15c720475d00cf83b3f972125 /arch/arm/configs/da8xx_omapl_defconfig
parentd1c3ed669a2d452cacfb48c2d171a1f364dae2ed (diff)
ARM: davinci: defconfig: enable devtmpfs and devtmpfs automount
Since udev-176, 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 defconfigs will not boot on a system with a recent udev. Also, enable automatic mounting of /dev for filesystems which don't manually mount it. Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'arch/arm/configs/da8xx_omapl_defconfig')
-rw-r--r--arch/arm/configs/da8xx_omapl_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/da8xx_omapl_defconfig b/arch/arm/configs/da8xx_omapl_defconfig
index f29223954af8..d1d0b4716504 100644
--- a/arch/arm/configs/da8xx_omapl_defconfig
+++ b/arch/arm/configs/da8xx_omapl_defconfig
@@ -45,6 +45,8 @@ CONFIG_IP_PNP_DHCP=y
45# CONFIG_INET_LRO is not set 45# CONFIG_INET_LRO is not set
46CONFIG_NETFILTER=y 46CONFIG_NETFILTER=y
47CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" 47CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
48CONFIG_DEVTMPFS=y
49CONFIG_DEVTMPFS_MOUNT=y
48# CONFIG_FW_LOADER is not set 50# CONFIG_FW_LOADER is not set
49CONFIG_BLK_DEV_LOOP=m 51CONFIG_BLK_DEV_LOOP=m
50CONFIG_BLK_DEV_RAM=y 52CONFIG_BLK_DEV_RAM=y