diff options
author | Tiezhu Yang <yangtiezhu@loongson.cn> | 2020-05-22 12:12:20 +0800 |
---|---|---|
committer | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2020-05-25 11:15:20 +0200 |
commit | 22e4ebd05890cf2d9423ed7a35f18b0937c0cb3b (patch) | |
tree | 9fcc24f1106ca327d02ccdd00e0dcc15e90bcee1 /drivers/gpio | |
parent | 47a3734b03904bbccbba0c8f78cf2b0f0aa157e7 (diff) | |
download | linux-22e4ebd05890cf2d9423ed7a35f18b0937c0cb3b.tar.bz2 |
gpio: pxa: Add COMPILE_TEST support
Add COMPILE_TEST support to the PXA GPIO driver for better compile
testing coverage.
Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
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 8ef2179fb999..beccdc1d0467 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -439,7 +439,7 @@ config GPIO_PMIC_EIC_SPRD config GPIO_PXA bool "PXA GPIO support" - depends on ARCH_PXA || ARCH_MMP + depends on ARCH_PXA || ARCH_MMP || COMPILE_TEST help Say yes here to support the PXA GPIO device |