RE: [PATCH 1/1] irqchip: gpcv2: make config option visible

2019-01-22 Thread Aisheng Dong
> From: Marc Zyngier [mailto:marc.zyng...@arm.com] > Sent: Tuesday, January 22, 2019 7:40 PM > On Tue, 22 Jan 2019 11:04:48 +, > Aisheng Dong wrote: > > > > > > > > > From: Marc Zyngier [mailto:marc.zyng...@arm.com] > > > Sent: Friday, January 18, 2019 6:10 PM > > [...] > > > >>> > > > >>> co

Re: [PATCH 1/1] irqchip: gpcv2: make config option visible

2019-01-22 Thread Marc Zyngier
On Tue, 22 Jan 2019 11:04:48 +, Aisheng Dong wrote: > > > > > From: Marc Zyngier [mailto:marc.zyng...@arm.com] > > Sent: Friday, January 18, 2019 6:10 PM > [...] > > >>> > > >>> config IMX_GPCV2 > > >>> - bool > > >>> + bool "i.MX GPCv2 IRQ chip" > > >>> + depends on ARCH

RE: [PATCH 1/1] irqchip: gpcv2: make config option visible

2019-01-22 Thread Aisheng Dong
> From: Marc Zyngier [mailto:marc.zyng...@arm.com] > Sent: Friday, January 18, 2019 6:10 PM [...] > >>> > >>> config IMX_GPCV2 > >>> - bool > >>> + bool "i.MX GPCv2 IRQ chip" > >>> + depends on ARCH_MXC || (COMPILE_TEST && OF) > >>> select IRQ_DOMAIN > >>> help > >>> Enables the wakeup I

Re: [PATCH 1/1] irqchip: gpcv2: make config option visible

2019-01-18 Thread Marc Zyngier
On 18/01/2019 09:49, Aisheng Dong wrote: >> From: Marc Zyngier [mailto:marc.zyng...@arm.com] >> Sent: Friday, January 18, 2019 5:13 PM >> On 18/01/2019 07:41, Aisheng Dong wrote: >>> Make GPCv2 config option visible, then user can select it in defconfig >>> for ARMv8 platforms. >>> >>> Cc: Thomas G

RE: [PATCH 1/1] irqchip: gpcv2: make config option visible

2019-01-18 Thread Aisheng Dong
> From: Marc Zyngier [mailto:marc.zyng...@arm.com] > Sent: Friday, January 18, 2019 5:13 PM > On 18/01/2019 07:41, Aisheng Dong wrote: > > Make GPCv2 config option visible, then user can select it in defconfig > > for ARMv8 platforms. > > > > Cc: Thomas Gleixner > > Cc: Jason Cooper > > Cc: Marc

Re: [PATCH 1/1] irqchip: gpcv2: make config option visible

2019-01-18 Thread Uwe Kleine-König
On Fri, Jan 18, 2019 at 07:41:16AM +, Aisheng Dong wrote: > Make GPCv2 config option visible, then user can select it in defconfig > for ARMv8 platforms. > > Cc: Thomas Gleixner > Cc: Jason Cooper > Cc: Marc Zyngier > Cc: Shawn Guo > Cc: Lucas Stach > Cc: Andrey Smirnov > Signed-off-by:

Re: [PATCH 1/1] irqchip: gpcv2: make config option visible

2019-01-18 Thread Marc Zyngier
On 18/01/2019 07:41, Aisheng Dong wrote: > Make GPCv2 config option visible, then user can select it in defconfig > for ARMv8 platforms. > > Cc: Thomas Gleixner > Cc: Jason Cooper > Cc: Marc Zyngier > Cc: Shawn Guo > Cc: Lucas Stach > Cc: Andrey Smirnov > Signed-off-by: Dong Aisheng > --- >

[PATCH 1/1] irqchip: gpcv2: make config option visible

2019-01-17 Thread Aisheng Dong
Make GPCv2 config option visible, then user can select it in defconfig for ARMv8 platforms. Cc: Thomas Gleixner Cc: Jason Cooper Cc: Marc Zyngier Cc: Shawn Guo Cc: Lucas Stach Cc: Andrey Smirnov Signed-off-by: Dong Aisheng --- drivers/irqchip/Kconfig | 3 ++- 1 file changed, 2 insertions(+