brintos

brintos / linux-shallow public Read only

0
0
Text · 550 B · 7b17464 Raw
14 lines · plain
1# SPDX-License-Identifier: GPL-2.02# Core3obj-$(CONFIG_PINCTRL_STM32) += pinctrl-stm32.o4 5# SoC Drivers6obj-$(CONFIG_PINCTRL_STM32F429)	+= pinctrl-stm32f429.o7obj-$(CONFIG_PINCTRL_STM32F469)	+= pinctrl-stm32f469.o8obj-$(CONFIG_PINCTRL_STM32F746)	+= pinctrl-stm32f746.o9obj-$(CONFIG_PINCTRL_STM32F769)	+= pinctrl-stm32f769.o10obj-$(CONFIG_PINCTRL_STM32H743)	+= pinctrl-stm32h743.o11obj-$(CONFIG_PINCTRL_STM32MP135) += pinctrl-stm32mp135.o12obj-$(CONFIG_PINCTRL_STM32MP157) += pinctrl-stm32mp157.o13obj-$(CONFIG_PINCTRL_STM32MP257) += pinctrl-stm32mp257.o14