summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-imx-2.6.35.3
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2013-01-15 18:30:08 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2013-01-16 09:27:08 -0200
commitcf0597306696e95851a28d71997f1afe0108ed97 (patch)
tree60a537a604232b5d3a868afc796b3359474e350d /recipes-kernel/linux/linux-imx-2.6.35.3
parent40703f86a2e5846d322d94b83ff514e0fb4eed9e (diff)
downloadmeta-fsl-arm-cf0597306696e95851a28d71997f1afe0108ed97.tar.gz
linux-imx-2.6.35.3: imx23evk: udev needs CONFIG_DEVTMPFS_MOUNT
New udev version needs CONFIG_DEVTMPFS_MOUNT to be selected, otherwise console gets stuck. The same approach has been already deployed into 3.0.35 as per commit 96417b88a (Recent versions of udev (182 in OE-core) need devtmpfs to operate correctly). Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'recipes-kernel/linux/linux-imx-2.6.35.3')
-rw-r--r--recipes-kernel/linux/linux-imx-2.6.35.3/imx23evk/defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-imx-2.6.35.3/imx23evk/defconfig b/recipes-kernel/linux/linux-imx-2.6.35.3/imx23evk/defconfig
index 2cb8a9d..3c20ee8 100644
--- a/recipes-kernel/linux/linux-imx-2.6.35.3/imx23evk/defconfig
+++ b/recipes-kernel/linux/linux-imx-2.6.35.3/imx23evk/defconfig
@@ -549,7 +549,7 @@ CONFIG_RFKILL_INPUT=y
549# 549#
550CONFIG_UEVENT_HELPER_PATH="" 550CONFIG_UEVENT_HELPER_PATH=""
551CONFIG_DEVTMPFS=y 551CONFIG_DEVTMPFS=y
552# CONFIG_DEVTMPFS_MOUNT is not set 552CONFIG_DEVTMPFS_MOUNT=y
553CONFIG_STANDALONE=y 553CONFIG_STANDALONE=y
554CONFIG_PREVENT_FIRMWARE_BUILD=y 554CONFIG_PREVENT_FIRMWARE_BUILD=y
555CONFIG_FW_LOADER=y 555CONFIG_FW_LOADER=y