[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190118093203.qvwuznjq6ymiczwz@pengutronix.de>
Date: Fri, 18 Jan 2019 10:32:03 +0100
From: Uwe Kleine-König
<u.kleine-koenig@...gutronix.de>
To: Aisheng Dong <aisheng.dong@....com>
Cc: "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Jason Cooper <jason@...edaemon.net>,
Marc Zyngier <marc.zyngier@....com>,
Andrey Smirnov <andrew.smirnov@...il.com>,
dl-linux-imx <linux-imx@....com>,
Thomas Gleixner <tglx@...utronix.de>,
"shawnguo@...nel.org" <shawnguo@...nel.org>,
"linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>,
"l.stach@...gutronix.de" <l.stach@...gutronix.de>
Subject: Re: [PATCH 1/1] irqchip: gpcv2: make config option visible
On Fri, Jan 18, 2019 at 07:41:16AM +0000, Aisheng Dong wrote:
> Make GPCv2 config option visible, then user can select it in defconfig
> for ARMv8 platforms.
>
> Cc: Thomas Gleixner <tglx@...utronix.de>
> Cc: Jason Cooper <jason@...edaemon.net>
> Cc: Marc Zyngier <marc.zyngier@....com>
> Cc: Shawn Guo <shawnguo@...nel.org>
> Cc: Lucas Stach <l.stach@...gutronix.de>
> Cc: Andrey Smirnov <andrew.smirnov@...il.com>
> Signed-off-by: Dong Aisheng <aisheng.dong@....com>
> ---
> drivers/irqchip/Kconfig | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
> index 3d1e607..ed04d47 100644
> --- a/drivers/irqchip/Kconfig
> +++ b/drivers/irqchip/Kconfig
> @@ -289,7 +289,8 @@ config RENESAS_H8S_INTC
> select IRQ_DOMAIN
>
> config IMX_GPCV2
> - bool
> + bool "i.MX GPCv2 IRQ chip"
> + depends on ARCH_MXC || (COMPILE_TEST && OF)
> select IRQ_DOMAIN
> help
> Enables the wakeup IRQs for IMX platforms with GPCv2 block
If you target better compile coverage, how about:
bool "i.MX GPCv2 IRQ chip" if COMPILE_TEST
depends on OF
This way the item is still hidden normally.
Best regards
Uwe
--
Pengutronix e.K. | Uwe Kleine-König |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Powered by blists - more mailing lists