diff options
author | Alexandre Courbot <acourbot@nvidia.com> | 2014-03-25 22:29:32 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2014-03-26 18:20:03 -0400 |
commit | 077492acceeafc0a106f88b0780623d2321a8947 (patch) | |
tree | e4d2f352699c341cf75d3427191a1df1e39b4a92 | |
parent | 38c5cbd78e94e9a50b6cdba557e30dd89f43cd09 (diff) |
ARM: enable fhandle in multi_v7_defconfig
CONFIG_FHANDLE is required by systemd >= 210 to spawn a serial TTY.
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index ee5f0ebce33f..28b572a3e6c6 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig | |||
@@ -1,4 +1,5 @@ | |||
1 | CONFIG_SYSVIPC=y | 1 | CONFIG_SYSVIPC=y |
2 | CONFIG_FHANDLE=y | ||
2 | CONFIG_IRQ_DOMAIN_DEBUG=y | 3 | CONFIG_IRQ_DOMAIN_DEBUG=y |
3 | CONFIG_NO_HZ=y | 4 | CONFIG_NO_HZ=y |
4 | CONFIG_HIGH_RES_TIMERS=y | 5 | CONFIG_HIGH_RES_TIMERS=y |