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: v5.7-rc1~91^2~18^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6876ca311bfca5d7cae30c4b529aeb9449c072eb;p=thirdparty%2Fkernel%2Flinux.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