Skip to content

Commit

Permalink
irqchip: Fix dependencies for archs w/o HAS_IOMEM
Browse files Browse the repository at this point in the history
Not every arch has io memory. So, unbreak the build by fixing the
dependencies.

Signed-off-by: Richard Weinberger <richard@nod.at>
Cc: user-mode-linux-devel@lists.sourceforge.net
Cc: Jason Cooper <jason@lakedaemon.net>
Cc: Marc Zyngier <marc.zyngier@arm.com>
Link: http://lkml.kernel.org/r/1453760661-1444-19-git-send-email-richard@nod.at
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
Richard Weinberger authored and Thomas Gleixner committed Jan 26, 2016
1 parent eb249a1 commit 0df337c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/irqchip/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ config TB10X_IRQC
config TS4800_IRQ
tristate "TS-4800 IRQ controller"
select IRQ_DOMAIN
depends on HAS_IOMEM
help
Support for the TS-4800 FPGA IRQ controller

Expand Down

0 comments on commit 0df337c

Please sign in to comment.