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-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6876ca311bfca5d7cae30c4b529aeb9449c072eb;p=linux.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 ef55c45131c5c..1b96169d84f74 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