Re: [PATCH] fix build error in gpio-dwapb patch

2014-03-06 Thread Linus Walleij
On Fri, Mar 7, 2014 at 3:29 AM, Alan Tull wrote: > From: Alan Tull > > 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

[PATCH] fix build error in gpio-dwapb patch

2014-03-06 Thread Alan Tull
From: Alan Tull 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

[PATCH] fix build error in gpio-dwapb patch

2014-03-06 Thread Alan Tull
From: Alan Tull at...@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:

Re: [PATCH] fix build error in gpio-dwapb patch

2014-03-06 Thread Linus Walleij
On Fri, Mar 7, 2014 at 3:29 AM, Alan Tull delicious.qui...@gmail.com wrote: From: Alan Tull at...@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