Skip to content

Commit

Permalink
powerpc: Fix config dependency problem with MPIC_U3_HT_IRQS
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andreas Schwab authored and Benjamin Herrenschmidt committed Aug 24, 2010
1 parent 4cc4587 commit 314b389
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arch/powerpc/platforms/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,7 @@ config MMIO_NVRAM

config MPIC_U3_HT_IRQS
bool
depends on PPC_MAPLE
default y
default n

config MPIC_BROKEN_REGREAD
bool
Expand Down

0 comments on commit 314b389

Please sign in to comment.