From: Anson Huang Date: Mon, 9 Mar 2020 01:57:38 +0000 (+0800) Subject: gpio: mxs: add COMPILE_TEST support for GPIO_MXS X-Git-Tag: libata-5.7-2020-04-09~34^2~18^2~8 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=6876ca311bfca5d7;p=linux-block.git gpio: mxs: add COMPILE_TEST support for GPIO_MXS Add COMPILE_TEST support to GPIO_MXS driver for better compile testing coverage. Signed-off-by: Anson Huang Reported-by: kbuild test robot Signed-off-by: Bartosz Golaszewski --- diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index ef55c45131c5..1b96169d84f7 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -400,7 +400,7 @@ config GPIO_MXC config GPIO_MXS def_bool y - depends on ARCH_MXS + depends on ARCH_MXS || COMPILE_TEST select GPIO_GENERIC select GENERIC_IRQ_CHIP