summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/Kconfig
blob: 6ce01bffe89321164a45e069844cfd329a8541da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
menu "Pin controllers"

config PINCTRL
	bool "Pin controller core support"
	depends on OFDEVICE
	help
	  Pincontrollers allow to setup the iomux unit of SoCs. The pin
	  controller core is needed when pin muxing shall be configured
	  from the devicetree. Legacy drivers here may not need this core
	  support but instead provide their own SoC specific APIs

config PINCTRL_IMX_IOMUX_V3
	select PINCTRL if OFDEVICE
	bool "i.MX iomux v3"
	help
	  This iomux controller is found on i.MX25,35,51,53,6.

endmenu