1
0
Fork 0

ARM: config: add DEVTMPFS option by default to keystone config

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>
wifi-calibration
Murali Karicheri 2015-01-29 08:59:21 -08:00 committed by Santosh Shilimkar
parent 97bf6af1f9
commit dbbfae701a
1 changed files with 1 additions and 0 deletions

View 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