diff options
author | Anson Huang <Anson.Huang@nxp.com> | 2020-03-07 21:31:57 +0800 |
---|---|---|
committer | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2020-03-25 09:50:45 +0100 |
commit | d4e9361442e23fe6edd4c1702004f19fc15553df (patch) | |
tree | cbd8038a6e9a0c8ae3d6ce689a83ef835b63f6bc /drivers/gpio | |
parent | 1a555713ac9d169dbe43363aafe0633f2dc58daf (diff) | |
download | linux-d4e9361442e23fe6edd4c1702004f19fc15553df.tar.bz2 |
gpio: mxc: Add COMPILE_TEST support for GPIO_MXC
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>
Diffstat (limited to 'drivers/gpio')
-rw-r--r-- | drivers/gpio/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 6234ccc90e7e..ef55c45131c5 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -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 |