From: Jacob Kroon Date: Tue, 27 May 2014 11:41:03 +0000 (+0200) Subject: linux-imx-rt: Enable CONFIG_FHANDLE X-Git-Tag: 2.1~922 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=8df006859d96db31001b8ae288d897b90ec48901;p=meta-freescale.git linux-imx-rt: Enable CONFIG_FHANDLE This kernel setting is required when using systemd >= 210. Without it, no serial devices are enabled at boot time, making serial login impossible. Tested on Wandboard Solo/Dual. Signed-off-by: Jacob Kroon Signed-off-by: Otavio Salvador --- diff --git a/meta-fsl-arm/recipes-kernel/linux/linux-imx-rt-3.10.17/mx6/defconfig b/meta-fsl-arm/recipes-kernel/linux/linux-imx-rt-3.10.17/mx6/defconfig index 58eeda51..0144b3d0 100644 --- a/meta-fsl-arm/recipes-kernel/linux/linux-imx-rt-3.10.17/mx6/defconfig +++ b/meta-fsl-arm/recipes-kernel/linux/linux-imx-rt-3.10.17/mx6/defconfig @@ -1,5 +1,6 @@ CONFIG_KERNEL_LZO=y CONFIG_SYSVIPC=y +CONFIG_FHANDLE=y CONFIG_NO_HZ=y CONFIG_HIGH_RES_TIMERS=y CONFIG_IKCONFIG=y