diff options
| author | Jacob Kroon <jacob.kroon@mikrodidakt.se> | 2014-05-27 13:41:03 +0200 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-06-04 17:03:53 -0300 |
| commit | 8df006859d96db31001b8ae288d897b90ec48901 (patch) | |
| tree | 431a42c210c1edaf9f22aff88f70b9242059dd2a | |
| parent | 7fdc97d6b67c3ad74acf2fd4e7a365602ac5e9cc (diff) | |
| download | meta-freescale-8df006859d96db31001b8ae288d897b90ec48901.tar.gz | |
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 <jacob.kroon@mikrodidakt.se>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| -rw-r--r-- | meta-fsl-arm/recipes-kernel/linux/linux-imx-rt-3.10.17/mx6/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 58eeda514..0144b3d07 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 @@ | |||
| 1 | CONFIG_KERNEL_LZO=y | 1 | CONFIG_KERNEL_LZO=y |
| 2 | CONFIG_SYSVIPC=y | 2 | CONFIG_SYSVIPC=y |
| 3 | CONFIG_FHANDLE=y | ||
| 3 | CONFIG_NO_HZ=y | 4 | CONFIG_NO_HZ=y |
| 4 | CONFIG_HIGH_RES_TIMERS=y | 5 | CONFIG_HIGH_RES_TIMERS=y |
| 5 | CONFIG_IKCONFIG=y | 6 | CONFIG_IKCONFIG=y |
