Message ID | 1460023562-7907-1-git-send-email-nsekhar@ti.com |
---|---|
State | Superseded |
Headers | show |
On Saturday 09 April 2016 03:24 AM, Kevin Hilman wrote: > Sekhar Nori <nsekhar@ti.com> writes: > >> CONFIG_FHANDLE is required by systemd, which is the >> default init system in more and more distributions. > > There's a bunch more options required for basic systemd support also[1], > so those should probably be added with the changelog referencing the > source[1] Good point. Will send a v2. Regards, Sekhar _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
diff --git a/arch/arm/configs/davinci_all_defconfig b/arch/arm/configs/davinci_all_defconfig index 235842c9ba96..d1b3799c08cc 100644 --- a/arch/arm/configs/davinci_all_defconfig +++ b/arch/arm/configs/davinci_all_defconfig @@ -2,6 +2,7 @@ CONFIG_EXPERIMENTAL=y # CONFIG_SWAP is not set CONFIG_SYSVIPC=y CONFIG_POSIX_MQUEUE=y +CONFIG_FHANDLE=y CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y CONFIG_LOG_BUF_SHIFT=14
CONFIG_FHANDLE is required by systemd, which is the default init system in more and more distributions. So lets enable it for DaVinci platforms as well. Signed-off-by: Sekhar Nori <nsekhar@ti.com> --- arch/arm/configs/davinci_all_defconfig | 1 + 1 file changed, 1 insertion(+) -- 2.6.3 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel