From 71d3656eaa56cd7ba53434539b05de0cf208850b Mon Sep 17 00:00:00 2001 From: Weiwen Chen Date: Mon, 28 Mar 2022 13:07:51 +0800 Subject: [PATCH] ARM: configs: rv1106_defconfig enable CONFIG_INOTIFY_USER TO Fix: [ 0.521444] udevd[52]: starting eudev-3.2.7 [ 0.521974] udevd[52]: inotify_init failed: Function not implemented [ 0.522556] udevd[52]: error initializing inotify Signed-off-by: Weiwen Chen Change-Id: Ic97896126a4c1d5e21bc5161112829baf37ee487 --- arch/arm/configs/rv1106_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/configs/rv1106_defconfig b/arch/arm/configs/rv1106_defconfig index d844b76155ef..862a3718970f 100644 --- a/arch/arm/configs/rv1106_defconfig +++ b/arch/arm/configs/rv1106_defconfig @@ -202,7 +202,6 @@ CONFIG_ANDROID=y CONFIG_ROCKCHIP_OTP=y # CONFIG_FILE_LOCKING is not set # CONFIG_DNOTIFY is not set -# CONFIG_INOTIFY_USER is not set CONFIG_TMPFS=y CONFIG_SQUASHFS=y # CONFIG_SQUASHFS_ZLIB is not set