diff options
author | Ezequiel Garcia <ezequiel.garcia@free-electrons.com> | 2014-04-03 12:30:14 -0300 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-04-24 04:32:37 +0000 |
commit | ff0403f33b2e62f15109f40460e09401e553e6f5 (patch) | |
tree | 70d288aede2423db44a5e946f1aef8bda588b2d1 /arch/arm/configs/mvebu_v5_defconfig | |
parent | 983cd5238dd7b83651084ca6fe5274d1cc36ffa2 (diff) | |
download | blackbird-op-linux-ff0403f33b2e62f15109f40460e09401e553e6f5.tar.gz blackbird-op-linux-ff0403f33b2e62f15109f40460e09401e553e6f5.zip |
ARM: mvebu: enable fhandle in the defconfigs
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>
Diffstat (limited to 'arch/arm/configs/mvebu_v5_defconfig')
-rw-r--r-- | arch/arm/configs/mvebu_v5_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/mvebu_v5_defconfig b/arch/arm/configs/mvebu_v5_defconfig index 36484a37a1ca..5d8ec15aefef 100644 --- a/arch/arm/configs/mvebu_v5_defconfig +++ b/arch/arm/configs/mvebu_v5_defconfig @@ -1,4 +1,5 @@ CONFIG_SYSVIPC=y +CONFIG_FHANDLE=y CONFIG_NO_HZ=y CONFIG_HIGH_RES_TIMERS=y CONFIG_LOG_BUF_SHIFT=19 |