Re: [Q] CONFIG_INOTIFY_USER doesn't get enabled upon defconfig
From: Randy Dunlap <hidden>
Date: 2012-10-24 20:35:51
Also in:
linux-kbuild, lkml
From: Randy Dunlap <hidden>
Date: 2012-10-24 20:35:51
Also in:
linux-kbuild, lkml
On 10/24/2012 03:02 AM, Guennadi Liakhovetski wrote:
Hi all CONFIG_INOTIFY_USER is marked default "y" in fs/notify/inotify/Kconfig, so, I would expect it to be enabled by any make *_defconfig. However, for some reason, this doesn't happen (e.g. with mackerel_defconfig), which leads to non-functional udev, among others. Any idea why this could be happening?
I think it's because arch/arm/configs/mackerel_defconfig says: # CONFIG_INOTIFY_USER is not set -- ~Randy