ARM: davinci_all_defconfig: support systemd
authorSekhar Nori <nsekhar@ti.com>
Fri, 15 Apr 2016 08:49:26 +0000 (14:19 +0530)
committerSekhar Nori <nsekhar@ti.com>
Mon, 25 Apr 2016 12:49:14 +0000 (18:19 +0530)
CONFIG_FHANDLE is required by systemd[1], which is the
default init system in more and more distributions.
So lets enable it for DaVinci platforms as well.

While at it, remove stale entry CONFIG_INOTIFY=y

[1] https://github.com/systemd/systemd/blob/master/README#L37

Acked-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
arch/arm/configs/davinci_all_defconfig

index c5bccd9d010e5f945919eab8930ec2521ba86e90..776fd8ad792fcb87b16c51779f4ffad49d1a8ccb 100644 (file)
@@ -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
@@ -188,7 +189,6 @@ CONFIG_TI_EDMA=y
 CONFIG_EXT2_FS=y
 CONFIG_EXT3_FS=y
 CONFIG_XFS_FS=m
-CONFIG_INOTIFY=y
 CONFIG_AUTOFS4_FS=m
 CONFIG_MSDOS_FS=y
 CONFIG_VFAT_FS=y
This page took 0.024497 seconds and 5 git commands to generate.