Skip to content

Commit

Permalink
gpio: mxs: add COMPILE_TEST support for GPIO_MXS
Browse files Browse the repository at this point in the history
Add COMPILE_TEST support to GPIO_MXS driver for better compile
testing coverage.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
  • Loading branch information
Anson Huang authored and Bartosz Golaszewski committed Mar 25, 2020
1 parent d4e9361 commit 6876ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6876ca3

Please sign in to comment.