ARM: config: add DEVTMPFS option by default to keystone config
authorMurali Karicheri <m-karicheri2@ti.com>
Thu, 29 Jan 2015 16:59:21 +0000 (08:59 -0800)
committerSantosh Shilimkar <santosh.shilimkar@oracle.com>
Thu, 29 Jan 2015 17:00:20 +0000 (09:00 -0800)
When using network driver on keystone and nfs rootfs is used following
error displayed and device halts.

Missing devtmpfs, which is required for udev to run
Halting...

Add the DEVTMPFS option by default to fix this

Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>
arch/arm/configs/keystone_defconfig

index a2067cbfe173b37a0579e5825fa4e879cb289745..f8a1c8f2c7c4a01ddc31c6f8cef7a2881aa9ed77 100644 (file)
@@ -201,3 +201,4 @@ CONFIG_KEYSTONE_IRQ=y
 CONFIG_GPIO_SYSCON=y
 CONFIG_TI_DAVINCI_MDIO=y
 CONFIG_MARVELL_PHY=y
+CONFIG_DEVTMPFS=y