CONFIG_UART_3_GPIO_MANAGEMENT
Enable GPIO management on port 3
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_3_NRF_UARTE
&& UART_NRFX
&& SERIAL
(Includes any dependencies from ifs and menus.)
Default
y
Kconfig definition
At <Zephyr>/drivers/serial/Kconfig.nrfx:338
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:26
→ <Zephyr>/drivers/serial/Kconfig:132
Menu path: (Top) → Device Drivers → Serial Drivers → nRF UART nrfx drivers
config UART_3_GPIO_MANAGEMENT
bool "Enable GPIO management on port 3"
default y
depends on PM_DEVICE && UART_3_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.)