lkml.org 
[lkml]   [2016]   [Jan]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 18/22] irqchip: Fix dependencies for !HAS_IOMEM archs
    Date
    Not every arch has io memory.
    So, unbreak the build by fixing the dependencies.

    Signed-off-by: Richard Weinberger <richard@nod.at>
    ---
    drivers/irqchip/Kconfig | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
    index 715923d..fb50911 100644
    --- a/drivers/irqchip/Kconfig
    +++ b/drivers/irqchip/Kconfig
    @@ -159,6 +159,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

    --
    1.8.4.5
    \
     
     \ /
      Last update: 2016-01-25 23:41    [W:4.040 / U:0.580 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site