diff options
author | Simon Horman <horms@verge.net.au> | 2012-07-11 16:59:20 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rjw@sisk.pl> | 2012-07-11 16:59:20 -0400 |
commit | ec29174ad2069d6768a7229eab0453e7b7343abe (patch) | |
tree | 7e6612a8ea4262ac6a098b4ef6b1c2daf2236888 /arch/arm/configs | |
parent | 11b8e45218def22ee6b3651d58f520279c6ffe8f (diff) |
ARM: shmobile: kzm9g: defconfig enable INOTIFY_USER
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.
Signed-off-by: Simon Horman <horms@verge.net.au>
Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Acked-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/kzm9g_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/kzm9g_defconfig b/arch/arm/configs/kzm9g_defconfig index 7b2eecd6dcc..2388c861062 100644 --- a/arch/arm/configs/kzm9g_defconfig +++ b/arch/arm/configs/kzm9g_defconfig | |||
@@ -119,7 +119,7 @@ CONFIG_SH_DMAE=y | |||
119 | CONFIG_ASYNC_TX_DMA=y | 119 | CONFIG_ASYNC_TX_DMA=y |
120 | CONFIG_STAGING=y | 120 | CONFIG_STAGING=y |
121 | # CONFIG_DNOTIFY is not set | 121 | # CONFIG_DNOTIFY is not set |
122 | # CONFIG_INOTIFY_USER is not set | 122 | CONFIG_INOTIFY_USER=y |
123 | CONFIG_VFAT_FS=y | 123 | CONFIG_VFAT_FS=y |
124 | CONFIG_TMPFS=y | 124 | CONFIG_TMPFS=y |
125 | # CONFIG_MISC_FILESYSTEMS is not set | 125 | # CONFIG_MISC_FILESYSTEMS is not set |