Skip to content
Snippets Groups Projects
Commit 22e4ebd0 authored by Tiezhu Yang's avatar Tiezhu Yang Committed by Bartosz Golaszewski
Browse files

gpio: pxa: Add COMPILE_TEST support


Add COMPILE_TEST support to the PXA GPIO driver for better compile
testing coverage.

Signed-off-by: default avatarTiezhu Yang <yangtiezhu@loongson.cn>
Signed-off-by: default avatarBartosz Golaszewski <bgolaszewski@baylibre.com>
parent 47a3734b
No related merge requests found
...@@ -439,7 +439,7 @@ config GPIO_PMIC_EIC_SPRD ...@@ -439,7 +439,7 @@ config GPIO_PMIC_EIC_SPRD
config GPIO_PXA config GPIO_PXA
bool "PXA GPIO support" bool "PXA GPIO support"
depends on ARCH_PXA || ARCH_MMP depends on ARCH_PXA || ARCH_MMP || COMPILE_TEST
help help
Say yes here to support the PXA GPIO device Say yes here to support the PXA GPIO device
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment