Skip to content
Snippets Groups Projects
Commit baec7e68 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Linus Walleij
Browse files

pinctrl: sprd: Restrict PINCTRL_SPRD to ARCH_SPRD or COMPILE_TEST


The Spreadtrum pinctrl drivers are only useful when building for a
Spreadtrum platform.

Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent aaab90bb
No related branches found
No related tags found
No related merge requests found
......@@ -4,11 +4,12 @@
config PINCTRL_SPRD
bool "Spreadtrum pinctrl driver"
depends on OF
depends on ARCH_SPRD || COMPILE_TEST
select PINMUX
select PINCONF
select GENERIC_PINCONF
select GENERIC_PINMUX_FUNCTIONS
depends on OF
help
Say Y here to enable Spreadtrum pinctrl driver
......
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