summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/Kconfig
blob: 05adf59f58be27eee120e689716e9cebf0864f25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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

endmenu