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>
This commit is contained in:
Родитель
47a3734b03
Коммит
22e4ebd058
|
@ -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
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче