Hi Sergei, On Tue, May 01, 2012 at 22:19:37, Sergei Shtylyov wrote: > > + > > +#if defined(CONFIG_MTD_ONENAND_OMAP2) || \ > > + defined(CONFIG_MTD_ONENAND_OMAP2_MODULE) > > You can use IS_ENABLED(CONFIG_MTD_ONENAND_OMAP2) instead these two. Thanks for educating me. Regards Afzal