This two-patches series fixes two problems on stm32 pinctrl driver: 1 - As reported by Arnd, there is a missing dependency with DT Bindings headers on Linus' pinctrl/devel branch. This dependency is in fact not needed, so the first patch removes it. 2 - The driver could be selected for compile testing via menuconfig, but the Makefile only selected stm32 driver directory if ARCH_STM32 was selected. The second patch selects the stm32 driver if PINCTRL_STM32 is selected. Regards, Maxime Maxime Coquelin (2): pinctrl: stm32: Remove dependency with DT bindings header files pinctrl: stm32: Fix compile testing selection drivers/pinctrl/Makefile | 2 +- drivers/pinctrl/stm32/pinctrl-stm32.c | 2 -- drivers/pinctrl/stm32/pinctrl-stm32.h | 8 ++++++++ 3 files changed, 9 insertions(+), 3 deletions(-) -- 1.9.1 -- 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