:orphan: .. title:: CONFIG_NRF_UART_PERIPHERAL .. kconfig:: CONFIG_NRF_UART_PERIPHERAL CONFIG_NRF_UART_PERIPHERAL ########################## *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :kconfig:`UART_NRFX ` && \ :kconfig:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`UART_0_NRF_UART ` Kconfig definition ================== At ``/serial/Kconfig.nrfx:396`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:26`` → ``/serial/Kconfig:116`` Menu path: (Top) → Device Drivers → Serial Drivers → nRF UART nrfx drivers .. code-block:: kconfig config NRF_UART_PERIPHERAL bool depends on UART_NRFX && SERIAL *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*