[PATCH] ARM: exynos_defconfig: Enable CONFIG_FHANDLE

Javier Martinez Canillas javier.martinez at collabora.co.uk
Fri Nov 28 04:35:41 PST 2014


Hello Sjoerd,

On 11/28/2014 01:06 PM, Sjoerd Simons wrote:
> CONFIG_FHANDLE is required by systemd, which is the default init system
> in more and more distributions. So lets enable it for Exynos as well
> (it's already enabled in multi_v7_defconfig)
> 
> Signed-off-by: Sjoerd Simons <sjoerd.simons at collabora.co.uk>
> ---
>  arch/arm/configs/exynos_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig
> index e419fac..d4751ef 100644
> --- a/arch/arm/configs/exynos_defconfig
> +++ b/arch/arm/configs/exynos_defconfig
> @@ -1,4 +1,5 @@
>  CONFIG_SYSVIPC=y
> +CONFIG_FHANDLE=y

This is certainly required for newer systemd and has to be enabled.

But it would also be great to have enabled all the config symbols
that are listed as requirements in the systemd README file:

http://cgit.freedesktop.org/systemd/systemd/tree/README.

Tony added that support to OMAP2+ defconfig in commit 673ce00c
("ARM: omap2plus_defconfig: Add support for distros with systemd")
so the same should be done in exynos_defconfig.

That can of course be a follow-up patch though, so for $subject:

Reviewed-by: Javier Martinez Canillas <javier.martinez at collabora.co.uk>

Best regards,
Javier



More information about the linux-arm-kernel mailing list