diff options
author | Sekhar Nori <nsekhar@ti.com> | 2012-11-21 08:26:51 -0500 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2013-01-04 01:51:04 -0500 |
commit | 3023ebf427399e3abbb21059578e7a67778bab2d (patch) | |
tree | d9b66357f2ba0ac15c720475d00cf83b3f972125 /arch/arm/configs | |
parent | d1c3ed669a2d452cacfb48c2d171a1f364dae2ed (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_defconfig | 2 | ||||
-rw-r--r-- | arch/arm/configs/davinci_all_defconfig | 2 |
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 |
46 | CONFIG_NETFILTER=y | 46 | CONFIG_NETFILTER=y |
47 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | 47 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" |
48 | CONFIG_DEVTMPFS=y | ||
49 | CONFIG_DEVTMPFS_MOUNT=y | ||
48 | # CONFIG_FW_LOADER is not set | 50 | # CONFIG_FW_LOADER is not set |
49 | CONFIG_BLK_DEV_LOOP=m | 51 | CONFIG_BLK_DEV_LOOP=m |
50 | CONFIG_BLK_DEV_RAM=y | 52 | CONFIG_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 |
43 | CONFIG_NETFILTER=y | 43 | CONFIG_NETFILTER=y |
44 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | 44 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" |
45 | CONFIG_DEVTMPFS=y | ||
46 | CONFIG_DEVTMPFS_MOUNT=y | ||
45 | # CONFIG_FW_LOADER is not set | 47 | # CONFIG_FW_LOADER is not set |
46 | CONFIG_MTD=m | 48 | CONFIG_MTD=m |
47 | CONFIG_MTD_PARTITIONS=y | 49 | CONFIG_MTD_PARTITIONS=y |