The Spreadtrum pinctrl drivers are only useful when building for a Spreadtrum platform. Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> --- On top of Arnd's: - pinctrl: sprd: add missing Kconfig dependency - pinctrl: sprd: add CONFIG_OF dependency drivers/pinctrl/sprd/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/pinctrl/sprd/Kconfig b/drivers/pinctrl/sprd/Kconfig index e75cde2e1b460d66..bc7f3fab22f1c431 100644 --- a/drivers/pinctrl/sprd/Kconfig +++ b/drivers/pinctrl/sprd/Kconfig @@ -5,6 +5,7 @@ config PINCTRL_SPRD bool "Spreadtrum pinctrl driver" depends on OF + depends on ARCH_SPRD || COMPILE_TEST select PINMUX select PINCONF select GENERIC_PINCONF -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html