[PATCH 3/3] ARM: socfpga: enable INOTIFY_USER

Steffen Trumtrar s.trumtrar at pengutronix.de
Mon Oct 20 10:33:02 PDT 2014


Hi!

On Mon, Oct 20, 2014 at 11:49:28AM -0500, Dinh Nguyen wrote:
> Hi Steffen,
> 
> On Sun, Oct 19, 2014 at 6:53 AM, Steffen Trumtrar
> <s.trumtrar at pengutronix.de> wrote:
> > The defconfig has every options that are needed to boot a systemd-based
> > user space apart from INOTIFY_USER.
> >
> > Enable it.
> >
> > Signed-off-by: Steffen Trumtrar <s.trumtrar at pengutronix.de>
> > ---
> >  arch/arm/configs/socfpga_defconfig | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/arch/arm/configs/socfpga_defconfig b/arch/arm/configs/socfpga_defconfig
> > index 40eaca055c85..f5a6af6a0de9 100644
> > --- a/arch/arm/configs/socfpga_defconfig
> > +++ b/arch/arm/configs/socfpga_defconfig
> > @@ -86,7 +86,7 @@ CONFIG_EXT2_FS_XATTR=y
> >  CONFIG_EXT2_FS_POSIX_ACL=y
> >  CONFIG_EXT3_FS=y
> >  # CONFIG_DNOTIFY is not set
> > -# CONFIG_INOTIFY_USER is not set
> > +CONFIG_INOTIFY_USER=y
> >  CONFIG_VFAT_FS=y
> >  CONFIG_NTFS_FS=y
> >  CONFIG_NTFS_RW=y
> 
> I was about to send up a patch for an update of the defconfig.
> 
> diff --git a/arch/arm/configs/socfpga_defconfig
> b/arch/arm/configs/socfpga_defconfig
> index d7a5855..3037e39 100644
> --- a/arch/arm/configs/socfpga_defconfig
> +++ b/arch/arm/configs/socfpga_defconfig
> @@ -93,8 +93,7 @@ CONFIG_EXT2_FS_POSIX_ACL=y
>  CONFIG_EXT3_FS=y
>  CONFIG_NFS_FS=y
>  CONFIG_ROOT_NFS=y
> -# CONFIG_DNOTIFY is not set
> -# CONFIG_INOTIFY_USER is not set
> +CONFIG_INOTIFY_USER=y
>  CONFIG_FHANDLE=y
>  CONFIG_VFAT_FS=y
>  CONFIG_NTFS_FS=y
> @@ -123,3 +122,13 @@ CONFIG_USB=y
>  CONFIG_USB_DWC2=y
>  CONFIG_USB_DWC2_HOST=y
>  CONFIG_USB_DWC2_PLATFORM=y
> +CONFIG_SIGNALFD=y
> +CONFIG_REGULATOR=y
> +CONFIG_REGULATOR_FIXED_VOLTAGE=y
> +CONFIG_SRAM=y
> +CONFIG_DEVTMPFS_MOUNT=y
> +CONFIG_CONFIGFS_FS=y
> +CONFIG_PMBUS=y
> +CONFIG_SENSORS_PMBUS=y
> +CONFIG_SENSORS_LTC2978=y
> +CONFIG_SENSORS_LTC2978_REGULATOR=y
> > --
> 
> Do you mind if I combine all 3 of your patches into 1 and add your
> Signed-off-by?
> IIRC, the ARM maintainers would like to avoid less churn of defconfig files as
> much as possible?
> 

No problem with me. Go ahead.

Thanks,
Steffen

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



More information about the linux-arm-kernel mailing list