Message ID | 1341908812-26019-1-git-send-email-horms@verge.net.au (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Hi > This is required for udev to run which is common to many user-spaces. > > It is my understanding that this is a requirement for automated > testing conducted by Iwamatsu-san. > > Cc: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> > Cc: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> > Signed-off-by: Simon Horman <horms@verge.net.au> > --- > arch/arm/configs/kzm9g_defconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/configs/kzm9g_defconfig b/arch/arm/configs/kzm9g_defconfig > index 7b2eecd..2388c86 100644 > --- a/arch/arm/configs/kzm9g_defconfig > +++ b/arch/arm/configs/kzm9g_defconfig > @@ -119,7 +119,7 @@ CONFIG_SH_DMAE=y > CONFIG_ASYNC_TX_DMA=y > CONFIG_STAGING=y > # CONFIG_DNOTIFY is not set > -# CONFIG_INOTIFY_USER is not set > +CONFIG_INOTIFY_USER=y > CONFIG_VFAT_FS=y > CONFIG_TMPFS=y > # CONFIG_MISC_FILESYSTEMS is not set > -- I didn't know about user-spaces specific options Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Best regards --- Kuninori Morimoto -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Wednesday, July 11, 2012, Kuninori Morimoto wrote: > > Hi > > > This is required for udev to run which is common to many user-spaces. > > > > It is my understanding that this is a requirement for automated > > testing conducted by Iwamatsu-san. > > > > Cc: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> > > Cc: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> > > Signed-off-by: Simon Horman <horms@verge.net.au> > > --- > > arch/arm/configs/kzm9g_defconfig | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/arch/arm/configs/kzm9g_defconfig b/arch/arm/configs/kzm9g_defconfig > > index 7b2eecd..2388c86 100644 > > --- a/arch/arm/configs/kzm9g_defconfig > > +++ b/arch/arm/configs/kzm9g_defconfig > > @@ -119,7 +119,7 @@ CONFIG_SH_DMAE=y > > CONFIG_ASYNC_TX_DMA=y > > CONFIG_STAGING=y > > # CONFIG_DNOTIFY is not set > > -# CONFIG_INOTIFY_USER is not set > > +CONFIG_INOTIFY_USER=y > > CONFIG_VFAT_FS=y > > CONFIG_TMPFS=y > > # CONFIG_MISC_FILESYSTEMS is not set > > I didn't know about user-spaces specific options > > Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Applied to the kzm9g branch of the renesas.git tree. Thanks, Rafael -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/configs/kzm9g_defconfig b/arch/arm/configs/kzm9g_defconfig index 7b2eecd..2388c86 100644 --- a/arch/arm/configs/kzm9g_defconfig +++ b/arch/arm/configs/kzm9g_defconfig @@ -119,7 +119,7 @@ CONFIG_SH_DMAE=y CONFIG_ASYNC_TX_DMA=y CONFIG_STAGING=y # CONFIG_DNOTIFY is not set -# CONFIG_INOTIFY_USER is not set +CONFIG_INOTIFY_USER=y CONFIG_VFAT_FS=y CONFIG_TMPFS=y # CONFIG_MISC_FILESYSTEMS is not set
This is required for udev to run which is common to many user-spaces. It is my understanding that this is a requirement for automated testing conducted by Iwamatsu-san. Cc: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> Cc: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Simon Horman <horms@verge.net.au> --- arch/arm/configs/kzm9g_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)