projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5d9ff1
)
pinctrl: at91-pio4: Add COMPILE_TEST support
author
Tiezhu Yang
<yangtiezhu@loongson.cn>
Sat, 23 May 2020 11:45:26 +0000
(19:45 +0800)
committer
Linus Walleij
<linus.walleij@linaro.org>
Mon, 25 May 2020 11:40:48 +0000
(13:40 +0200)
Add COMPILE_TEST support to the AT91 PIO4 pinctrl driver for better compile
testing coverage.
Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
Link:
https://lore.kernel.org/r/1590234326-2194-2-git-send-email-yangtiezhu@loongson.cn
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/pinctrl/Kconfig
b/drivers/pinctrl/Kconfig
index
ae4922b
..
8828613
100644
(file)
--- a/
drivers/pinctrl/Kconfig
+++ b/
drivers/pinctrl/Kconfig
@@
-82,7
+82,7
@@
config PINCTRL_AT91
config PINCTRL_AT91PIO4
bool "AT91 PIO4 pinctrl driver"
depends on OF
- depends on ARCH_AT91
+ depends on ARCH_AT91
|| COMPILE_TEST
select PINMUX
select GENERIC_PINCONF
select GPIOLIB