From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Bolle Subject: Re: [PATCH 10/28] Remove SH_MOBILE Date: Sun, 09 Feb 2014 21:32:17 +0100 Message-ID: <1391977937.25855.29.camel@x220> References: <1391971686-9517-1-git-send-email-richard@nod.at> <1391971686-9517-11-git-send-email-richard@nod.at> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1391971686-9517-11-git-send-email-richard-/L3Ra7n9ekc@public.gmane.org> 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: Richard Weinberger Cc: "open list:IOMMU DRIVERS" , open list List-Id: iommu@lists.linux-foundation.org On Sun, 2014-02-09 at 19:47 +0100, Richard Weinberger wrote: > The symbol is an orphan, get rid of it. > > Signed-off-by: Richard Weinberger > --- > drivers/iommu/Kconfig | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig > index 20d062d..68b047a 100644 > --- a/drivers/iommu/Kconfig > +++ b/drivers/iommu/Kconfig > @@ -206,8 +206,7 @@ config SHMOBILE_IPMMU_TLB > config SHMOBILE_IOMMU > bool "IOMMU for Renesas IPMMU/IPMMUI" > default n > - depends on ARM > - depends on SH_MOBILE || COMPILE_TEST > + depends on ARM || COMPILE_TEST It seems ARCH_SHMOBILE was intended, see https://lkml.org/lkml/2014/2/8/256 . > select IOMMU_API > select ARM_DMA_USE_IOMMU > select SHMOBILE_IPMMU Paul Bolle