Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755999Ab3CFBKv (ORCPT ); Tue, 5 Mar 2013 20:10:51 -0500 Received: from mho-03-ewr.mailhop.org ([204.13.248.66]:55488 "EHLO mho-01-ewr.mailhop.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1755082Ab3CFBKu (ORCPT ); Tue, 5 Mar 2013 20:10:50 -0500 X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 50.131.214.131 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1+GC6ZMhinjtfUrNoX3OyCl Date: Tue, 5 Mar 2013 17:10:47 -0800 From: Tony Lindgren To: Arnd Bergmann Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, arm@kernel.org, Joerg Roedel , iommu@lists.linux-foundation.org, Ohad Ben-Cohen , Omar Ramirez Luna Subject: Re: [PATCH 8/9] iommu: OMAP: build only on OMAP2+ Message-ID: <20130306011046.GK11806@atomide.com> References: <1362521809-22989-1-git-send-email-arnd@arndb.de> <1362521809-22989-9-git-send-email-arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1362521809-22989-9-git-send-email-arnd@arndb.de> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1261 Lines: 41 * Arnd Bergmann [130305 14:21]: > The OMAP IOMMU driver intentionally fails to build on OMAP1 > platforms, so we should not allow enabling it there. > > Signed-off-by: Arnd Bergmann > Cc: Joerg Roedel > Cc: iommu@lists.linux-foundation.org > Cc: Ohad Ben-Cohen > Cc: Tony Lindgren > Cc: Omar Ramirez Luna Makes sense, I doubt that anybody will work on omap1 version at this point: Acked-by: Tony Lindgren > --- > drivers/iommu/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig > index 5c514d07..c332fb9 100644 > --- a/drivers/iommu/Kconfig > +++ b/drivers/iommu/Kconfig > @@ -130,7 +130,7 @@ config IRQ_REMAP > # OMAP IOMMU support > config OMAP_IOMMU > bool "OMAP IOMMU Support" > - depends on ARCH_OMAP > + depends on ARCH_OMAP2PLUS > select IOMMU_API > > config OMAP_IOVMM > -- > 1.8.1.2 > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/