linux-boundary: Enable CONFIG_FHANDLE on nitrogen6x

This kernel setting is required when using systemd >= 210.  Without
it, no serial devices are enabled at boot time, making serial login
impossible.

Only tested on SabreLite (Nitrogen6x), but the same change should be
applied to all boards.

Signed-off-by: Gary Thomas <gary@mlbassoc.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Gary Thomas 2014-05-23 08:22:34 -06:00 committed by Otavio Salvador
parent 596e44c616
commit 48cba7af1b

View File

@ -310,3 +310,4 @@ CONFIG_CRC_CCITT=m
CONFIG_CRC_T10DIF=y
CONFIG_CRC7=m
CONFIG_LIBCRC32C=m
CONFIG_FHANDLE=y