nuttx/drivers/pinctrl/Kconfig
dongjiuzhu1 1d5f43664d driver/pinctl: add pinctrl framework
Signed-off-by: dongjiuzhu1 <dongjiuzhu1@xiaomi.com>
2024-09-17 02:25:47 +08:00

16 lines
458 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
menu "Pinctrl Support"
config PINCTRL
bool "PINCTRL Driver Support"
default n
---help---
This selection enables selection of common PINCTRL options. This option
should be enabled by all platforms that support PINCTRL interfaces.
See include/nuttx/pinctrl/pinctrl.h for further PINCTRL driver information.
endmenu