ARM: mvebu: enable fhandle in the defconfigs
authorEzequiel Garcia <ezequiel.garcia@free-electrons.com>
Thu, 3 Apr 2014 15:30:14 +0000 (12:30 -0300)
committerJason Cooper <jason@lakedaemon.net>
Thu, 24 Apr 2014 04:32:37 +0000 (04:32 +0000)
CONFIG_FHANDLE is required by systemd >= 210 to spawn a serial TTY.

Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Link: https://lkml.kernel.org/r/1396539014-8673-2-git-send-email-ezequiel.garcia@free-electrons.com
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/configs/mvebu_v5_defconfig
arch/arm/configs/mvebu_v7_defconfig

index 36484a37a1ca1924241fc371d7aa584ca4732175..5d8ec15aefef8dbf86c26b8c6ca9a01f3103866e 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG_SYSVIPC=y
+CONFIG_FHANDLE=y
 CONFIG_NO_HZ=y
 CONFIG_HIGH_RES_TIMERS=y
 CONFIG_LOG_BUF_SHIFT=19
index bfcc36204e03f7dac3c7cac698775717c8acde9f..b1e514e81134b9f7b30708fa900297b9046207ff 100644 (file)
@@ -1,5 +1,6 @@
 CONFIG_EXPERIMENTAL=y
 CONFIG_SYSVIPC=y
+CONFIG_FHANDLE=y
 CONFIG_IRQ_DOMAIN_DEBUG=y
 CONFIG_HIGH_RES_TIMERS=y
 CONFIG_LOG_BUF_SHIFT=14
This page took 0.028882 seconds and 5 git commands to generate.