diff options
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 2012-10-31 03:03:45 +0400 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2012-11-01 04:51:34 +0400 |
commit | 67e13cbb807c6b95706e4ec0ca2c068f14f25588 (patch) | |
tree | aac1acfb529404b533837fa6ec43d3d835069ef5 /arch/arm/configs/kota2_defconfig | |
parent | 9a32fd6529e90d1dde157d155ae8e3fca61c31f7 (diff) | |
download | linux-67e13cbb807c6b95706e4ec0ca2c068f14f25588.tar.xz |
ARM: shmobile: leave CONFIG_INOTIFY_USER enabled by default
CONFIG_INOTIFY_USER is enabled by default in its Kconfig. Disabling it
breaks udevd. Fix shmobile defconfig files to not specify this option
explicitly.
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'arch/arm/configs/kota2_defconfig')
-rw-r--r-- | arch/arm/configs/kota2_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/configs/kota2_defconfig b/arch/arm/configs/kota2_defconfig index b7735d6347ac..fa83db1ef0eb 100644 --- a/arch/arm/configs/kota2_defconfig +++ b/arch/arm/configs/kota2_defconfig @@ -112,7 +112,6 @@ CONFIG_LEDS_GPIO=y CONFIG_LEDS_RENESAS_TPU=y CONFIG_LEDS_TRIGGERS=y # CONFIG_DNOTIFY is not set -# CONFIG_INOTIFY_USER is not set CONFIG_TMPFS=y # CONFIG_MISC_FILESYSTEMS is not set CONFIG_MAGIC_SYSRQ=y |