From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laurent Pinchart Subject: Re: [PATCH] iommu: shmobile: depend on ARCH_SHMOBILE Date: Mon, 10 Feb 2014 13:51:56 +0100 Message-ID: <2633349.EWmK6n4A5k@avalon> References: <1391894514.19595.5.camel@x220> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1391894514.19595.5.camel@x220> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Paul Bolle , Simon Horman Cc: iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: iommu@lists.linux-foundation.org Hi Paul, Thank you for the patch. On Saturday 08 February 2014 22:21:54 Paul Bolle wrote: > Commit 78a2e12f51d9 ("iommu: shmobile: Enable driver compilation with > COMPILE_TEST") added an optional dependency on SH_MOBILE. But that > Kconfig symbol doesn't exist. It seems ARCH_SHMOBILE was intended. Use > that. > > Signed-off-by: Paul Bolle Acked-by: Laurent Pinchart Joerg, could you please pick this patch up ? > --- > Completely untested. > > drivers/iommu/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig > index 79bbc21..df56e4c 100644 > --- a/drivers/iommu/Kconfig > +++ b/drivers/iommu/Kconfig > @@ -207,7 +207,7 @@ config SHMOBILE_IOMMU > bool "IOMMU for Renesas IPMMU/IPMMUI" > default n > depends on ARM > - depends on SH_MOBILE || COMPILE_TEST > + depends on ARCH_SHMOBILE || COMPILE_TEST > select IOMMU_API > select ARM_DMA_USE_IOMMU > select SHMOBILE_IPMMU -- Regards, Laurent Pinchart