On Tue, May 05, 2009 at 03:47:11PM +0300, Hiroshi DOYU wrote: > +config OMAP_IOMMU > + tristate "IOMMU support" > + depends on ARCH_OMAP > + default n
default n is the default whatever. There's no need for the depends line either - the whole file is protected by an "if ARCH_OMAP".."endif" encapsulation. -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html