On Thu, Jun 11, 2009 at 17:31, unni krishnan<unnikrishnan.a@xxxxxxxxx> wrote: > I am able to compile the custom kernel using the existing conf that > I got from /proc/config.gz in My Arch linux. Also the Udev is working > fine. I just want to make sure that the config options : > > ----------------------------------------------- > CONFIG_HOTPLUG=y > # > # File systems > # > # Pseudo filesystems > # > CONFIG_PROC_FS=y > CONFIG_PROC_KCORE=y > CONFIG_SYSFS=y > CONFIG_TMPFS=y > CONFIG_RAMFS=y > > are applicable for the latest kernel also. Is here any change ? You need: CONFIG_HOTPLUG=y CONFIG_UEVENT_HELPER_PATH="" CONFIG_NET=y CONFIG_UNIX=y CONFIG_PROC_FS=y CONFIG_SYSFS=y CONFIG_TMPFS=y CONFIG_TMPFS_POSIX_ACL=y New versions will also depend on: CONFIG_INOTIFY=y CONFIG_SIGNALFD=y CONFIG_UNIX=m *might* work, but it may also go wrong in "interesting" ways. Kay -- To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html