Message ID | 1460023562-7907-1-git-send-email-nsekhar@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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] Kevin [1] https://github.com/systemd/systemd/blob/master/README#L37
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
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(+)