lkml.org 
[lkml]   [2014]   [Mar]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH] fix build error in gpio-dwapb patch
    Date
    From: Alan Tull <atull@altera.com>

    fix build error with this message:
    kernel/irq/Kconfig:41:error: recursive dependency detected!
    kernel/irq/Kconfig:41: symbol GENERIC_IRQ_CHIP is selected by GPIO_DWAPB
    drivers/gpio/Kconfig:131: symbol GPIO_DWAPB depends on IRQ_DOMAIN
    kernel/irq/Kconfig:46: symbol IRQ_DOMAIN is selected by GENERIC_IRQ_CHIP

    Signed-off-by: Alan Tull <atull@altera.com>
    ---
    drivers/gpio/Kconfig | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
    index 9979017..0e524d7 100644
    --- a/drivers/gpio/Kconfig
    +++ b/drivers/gpio/Kconfig
    @@ -132,7 +132,7 @@ config GPIO_DWAPB
    tristate "Synopsys DesignWare APB GPIO driver"
    select GPIO_GENERIC
    select GENERIC_IRQ_CHIP
    - depends on OF_GPIO && IRQ_DOMAIN
    + depends on OF_GPIO
    help
    Say Y or M here to build support for the Synopsys DesignWare APB
    GPIO block.
    --
    1.7.9.5


    \
     
     \ /
      Last update: 2014-03-06 22:01    [W:5.272 / U:0.004 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site