-
CONFIG_UART_1_GPIO_MANAGEMENT
¶
Enable GPIO management on port 1
Type: bool
Help¶
If enabled, the driver will configure the GPIOs used by the uart to their default configuration when device is powered down. The GPIOs will be configured back to correct state when UART is powered up.
Direct dependencies¶
PM_DEVICE
&& UART_1_NRF_UARTE
&& UART_NRFX
&& SERIAL
(Includes any dependencies from ifs and menus.)
Default¶
y
Kconfig definition¶
At <Zephyr>/drivers/serial/Kconfig.nrfx:163
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:24
→ <Zephyr>/drivers/serial/Kconfig:93
Menu path: (Top) → Device Drivers → Serial Drivers → nRF UART nrfx drivers
config UART_1_GPIO_MANAGEMENT bool "Enable GPIO management on port 1" default y depends onPM_DEVICE
&&UART_1_NRF_UARTE
&&UART_NRFX
&&SERIAL
help If enabled, the driver will configure the GPIOs used by the uart to their default configuration when device is powered down. The GPIOs will be configured back to correct state when UART is powered up.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)