From: Andreas Schwab Date: Mon, 23 Aug 2010 07:36:41 +0000 (+0000) Subject: powerpc: Fix config dependency problem with MPIC_U3_HT_IRQS X-Git-Tag: v2.6.36-rc3~37^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=314b389b1795286400f109a25e9c2f02ab3b9b15;p=pandora-kernel.git powerpc: Fix config dependency problem with MPIC_U3_HT_IRQS MPIC_U3_HT_IRQS is selected both by PPC_PMAC64 and PPC_MAPLE, but depends on PPC_MAPLE, so a PPC_PMAC64-only config gets this warning: warning: (PPC_PMAC64 && PPC_PMAC && POWER4 || PPC_MAPLE && PPC64 && PPC_BOOK3S) selects MPIC_U3_HT_IRQS which has unmet direct dependencies (PPC_MAPLE) Fix that by removing the dependency on PPC_MAPLE. Signed-off-by: Andreas Schwab Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed