aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/configs
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
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')
-rw-r--r--arch/arm/configs/da8xx_omapl_defconfig2
-rw-r--r--arch/arm/configs/davinci_all_defconfig2
2 files changed, 4 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
diff --git a/arch/arm/configs/davinci_all_defconfig b/arch/arm/configs/davinci_all_defconfig
index 4ea7c95719d2..fbe29eb1a44a 100644
--- a/arch/arm/configs/davinci_all_defconfig
+++ b/arch/arm/configs/davinci_all_defconfig
@@ -42,6 +42,8 @@ CONFIG_IP_PNP_DHCP=y
42# CONFIG_INET_LRO is not set 42# CONFIG_INET_LRO is not set
43CONFIG_NETFILTER=y 43CONFIG_NETFILTER=y
44CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" 44CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
45CONFIG_DEVTMPFS=y
46CONFIG_DEVTMPFS_MOUNT=y
45# CONFIG_FW_LOADER is not set 47# CONFIG_FW_LOADER is not set
46CONFIG_MTD=m 48CONFIG_MTD=m
47CONFIG_MTD_PARTITIONS=y 49CONFIG_MTD_PARTITIONS=y