Re: [PATCH] irq: fix a Kconfig dependency

2014-02-04 Thread Kamble, Nitin A
On 1/31/2014 9:44 AM, Kamble, Nitin A wrote: On 1/31/2014 2:27 AM, David Rientjes wrote: On Thu, 30 Jan 2014, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble The generic_chip.c uses interfaces from irq_domain.c which is controlled by the IRQ_DOMAIN config option. Add a select

Re: [PATCH] irq: fix a Kconfig dependency

2014-02-04 Thread Kamble, Nitin A
On 1/31/2014 9:44 AM, Kamble, Nitin A wrote: On 1/31/2014 2:27 AM, David Rientjes wrote: On Thu, 30 Jan 2014, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com The generic_chip.c uses interfaces from irq_domain.c which is controlled by the IRQ_DOMAIN config

Re: [PATCH] irq: fix a Kconfig dependency

2014-01-31 Thread Kamble, Nitin A
On 1/31/2014 2:27 AM, David Rientjes wrote: On Thu, 30 Jan 2014, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble The generic_chip.c uses interfaces from irq_domain.c which is controlled by the IRQ_DOMAIN config option. Add a select statement in the Kconfig to reflect this requirement.

Re: [PATCH] irq: fix a Kconfig dependency

2014-01-31 Thread Kamble, Nitin A
On 1/31/2014 2:27 AM, David Rientjes wrote: On Thu, 30 Jan 2014, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com The generic_chip.c uses interfaces from irq_domain.c which is controlled by the IRQ_DOMAIN config option. Add a select statement in the Kconfig to