powerpc: Fix config dependency problem with MPIC_U3_HT_IRQS
authorAndreas Schwab <schwab@linux-m68k.org>
Mon, 23 Aug 2010 07:36:41 +0000 (07:36 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 24 Aug 2010 05:28:29 +0000 (15:28 +1000)
commit314b389b1795286400f109a25e9c2f02ab3b9b15
tree724c19b79c9243248a0e65fc92f46f8be08a99f1
parent4cc4587fb14bb04fbc68096cc3780b4e6aa88fe7
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 <schwab@linux-m68k.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/platforms/Kconfig