summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorRicardo Perez Olivares <x0081762@ti.com>2010-08-26 04:13:28 -0500
committerRicardo Perez Olivares <x0081762@ti.com>2010-08-26 04:13:28 -0500
commitb849b4450754ecd363f2827d9ac299c1ad624392 (patch)
treedca71e3eb2db6c547bf3b45fcb8ac1b36716c62b /drivers
parent08c0945df44856fc8451011333174c1eb64a0169 (diff)
OMAP4: DEVTMPFS_MOUNT: Setting macro with 'y'
Setting the DEVTMPFS_MOUNT option with default value 'y' This enable the mount of TMPFS. Signed-off-by: Ricardo Perez Olivares <x0081762@ti.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/base/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/base/Kconfig b/drivers/base/Kconfig
index ef38aff737eb..071ee82b58ad 100644
--- a/drivers/base/Kconfig
+++ b/drivers/base/Kconfig
@@ -39,6 +39,7 @@ config DEVTMPFS
config DEVTMPFS_MOUNT
bool "Automount devtmpfs at /dev, after the kernel mounted the rootfs"
depends on DEVTMPFS
+ default y
help
This will instruct the kernel to automatically mount the
devtmpfs filesystem at /dev, directly after the kernel has