Skip to content

Commit

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

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
  • Loading branch information
Anson Huang authored and Bartosz Golaszewski committed Mar 25, 2020
1 parent 1a55571 commit d4e9361
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 @@ -394,7 +394,7 @@ config GPIO_MVEBU

config GPIO_MXC
def_bool y
depends on ARCH_MXC
depends on ARCH_MXC || COMPILE_TEST
select GPIO_GENERIC
select GENERIC_IRQ_CHIP

Expand Down

0 comments on commit d4e9361

Please sign in to comment.