diff options
author | Alexandre Courbot <acourbot@nvidia.com> | 2014-03-26 11:29:31 +0900 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2014-03-26 23:19:23 +0100 |
commit | 38c5cbd78e94e9a50b6cdba557e30dd89f43cd09 (patch) | |
tree | 3a155a1e9b9b3ff4870bdd5c5fc5721b668fd4aa /arch/arm/configs | |
parent | 0c86f089e66a9323d39ecb89d77190ca70b30931 (diff) |
ARM: tegra: enable fhandle in tegra_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>
Tested-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/tegra_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/tegra_defconfig b/arch/arm/configs/tegra_defconfig index bd7f6dd95cd3..a63bb45fc52b 100644 --- a/arch/arm/configs/tegra_defconfig +++ b/arch/arm/configs/tegra_defconfig @@ -1,4 +1,5 @@ CONFIG_SYSVIPC=y +CONFIG_FHANDLE=y CONFIG_NO_HZ=y CONFIG_HIGH_RES_TIMERS=y CONFIG_IKCONFIG=y |