9
0
Fork 0
barebox/drivers/pinctrl/Kconfig

13 lines
367 B
Plaintext
Raw Normal View History

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