Message ID | 1395800972-26483-1-git-send-email-acourbot@nvidia.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 03/25/2014 08:29 PM, Alexandre Courbot wrote: > CONFIG_FHANDLE is required by systemd >= 210 to spawn a serial TTY. The series, Acked-by: Stephen Warren <swarren@nvidia.com> Patch 1/2, Tested-by: Stephen Warren <swarren@nvidia.com> (although not with the new systemd version that requires the change, but rather for regressions in Ubuntu 12.04)
On Wednesday 26 March 2014, Stephen Warren wrote: > On 03/25/2014 08:29 PM, Alexandre Courbot wrote: > > CONFIG_FHANDLE is required by systemd >= 210 to spawn a serial TTY. > > The series, > Acked-by: Stephen Warren <swarren@nvidia.com> > > Patch 1/2, > Tested-by: Stephen Warren <swarren@nvidia.com> > (although not with the new systemd version that requires the change, but > rather for regressions in Ubuntu 12.04) > > Applied both to next/boards, thanks! Arnd
diff --git a/arch/arm/configs/tegra_defconfig b/arch/arm/configs/tegra_defconfig index 131b8d6ff9d3..2926281368ab 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
CONFIG_FHANDLE is required by systemd >= 210 to spawn a serial TTY. Signed-off-by: Alexandre Courbot <acourbot@nvidia.com> --- arch/arm/configs/tegra_defconfig | 1 + 1 file changed, 1 insertion(+)