From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Date: Thu, 11 Jun 2009 15:38:39 +0000 Subject: Re: What are the kernel option required for udev in 2.6.28 kernel. Message-Id: <20090611153839.GA6485@kroah.com> List-Id: References: <1f8bbe3c0906110448i3d170ab4y29144d198bfdd899@mail.gmail.com> In-Reply-To: <1f8bbe3c0906110448i3d170ab4y29144d198bfdd899@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org On Thu, Jun 11, 2009 at 09:01:15PM +0530, unni krishnan wrote: > Hi Greg, > > 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 ? With these options, no. But make sure that CONFIG_SYSFS_DEPRECATED_V2 is not set, that is the most important one these days. hope this helps, greg k-h