Kconfig (d90a5a30dec16442fc64154e40018bdbb37776a9) | Kconfig (9c6a3c6772c4aa53bed0b233621637af2e3eb83e) |
---|---|
1# 2# PINCTRL infrastructure and drivers 3# 4 5menu "Pin controllers" 6 7config PINCTRL 8 bool "Support pin controllers" --- 82 unchanged lines hidden (view full) --- 91 bool "Support pin configuration controllers in SPL" 92 depends on SPL_PINCTRL_GENERIC 93 help 94 This option is an SPL-variant of the PINCONF option. 95 See the help of PINCONF for details. 96 97if PINCTRL || SPL_PINCTRL 98 | 1# 2# PINCTRL infrastructure and drivers 3# 4 5menu "Pin controllers" 6 7config PINCTRL 8 bool "Support pin controllers" --- 82 unchanged lines hidden (view full) --- 91 bool "Support pin configuration controllers in SPL" 92 depends on SPL_PINCTRL_GENERIC 93 help 94 This option is an SPL-variant of the PINCONF option. 95 See the help of PINCONF for details. 96 97if PINCTRL || SPL_PINCTRL 98 |
99config PINCTRL_SANDBOX 100 bool "Sandbox pinctrl driver" 101 depends on SANDBOX 102 help 103 This enables pinctrl driver for sandbox. Currently, this driver 104 actually does nothing but print debug messages when pinctrl 105 operations are invoked. 106 |
|
99endif 100 101endmenu | 107endif 108 109endmenu |