diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-05-23 13:27:37 (GMT) |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-07-18 08:10:10 (GMT) |
commit | 186d28c1e057295e75bdac19562096620624f4c3 (patch) | |
tree | 088d06223544596b8ff58cd36aba2587d9bae5c5 /arch/arm/configs/mxs_defconfig | |
parent | 48b5393bd59a76cb3a396ee0fe37f082e9d79542 (diff) | |
download | linux-186d28c1e057295e75bdac19562096620624f4c3.tar.xz |
ARM: imx: defconfig: Select CONFIG_FHANDLE
CONFIG_FHANDLE=y is needed when running systemd with version >=210, so that it
can spawn a serial tty via getty.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'arch/arm/configs/mxs_defconfig')
-rw-r--r-- | arch/arm/configs/mxs_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/mxs_defconfig b/arch/arm/configs/mxs_defconfig index a9f9923..c7906c2 100644 --- a/arch/arm/configs/mxs_defconfig +++ b/arch/arm/configs/mxs_defconfig @@ -1,4 +1,5 @@ CONFIG_SYSVIPC=y +CONFIG_FHANDLE=y CONFIG_NO_HZ=y CONFIG_HIGH_RES_TIMERS=y CONFIG_TASKSTATS=y |