Hi Scott, > -----Original Message----- > From: Wood Scott-B07421 > Sent: Thursday, May 14, 2015 11:43 PM > To: Sethi Varun-B16395 > Cc: linuxppc-...@lists.ozlabs.org; jroe...@suse.de; j...@8bytes.org; > iommu@lists.linux-foundation.org > Subject: Re: [PATCH] iommu/fsl: Fix the dependency check for PAMU driver. > > On Thu, 2015-05-14 at 23:11 +0530, Varun Sethi wrote: > > Fix the build dependency for the PAMU driver. PPC32 build dependecy is > incorrect. > > Add the CORENET_GENERIC build dependency for PAMU driver. > > > > Signed-off-by: Varun Sethi <varun.se...@freescale.com> > > --- > > drivers/iommu/Kconfig | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig index > > 1ae4e54..4ace8db 100644 > > --- a/drivers/iommu/Kconfig > > +++ b/drivers/iommu/Kconfig > > @@ -50,7 +50,7 @@ config OF_IOMMU > > > > config FSL_PAMU > > bool "Freescale IOMMU support" > > - depends on PPC32 > > + depends on CORENET_GENERIC > > depends on PPC_E500MC || COMPILE_TEST > > select IOMMU_API > > select GENERIC_ALLOCATOR > > CORENET_GENERIC is for board support. There is no guarantee that all > corenet boards will use it. You already depend on PPC_E500MC; why do you > need anything else (besides probably getting rid of "|| COMPILE_TEST" > which is useless if you do add CORENET_GENERIC, because > CORENET_GENERIC implies PPC_E500MC)? Yes this is required to counter "||COMPILE_TEST.
-Varun _______________________________________________ iommu mailing list iommu@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/iommu