:orphan: .. title:: CONFIG_NRF_UARTE_PERIPHERAL .. kconfig:: CONFIG_NRF_UARTE_PERIPHERAL CONFIG_NRF_UARTE_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_UARTE ` - \ :kconfig:`UART_1_NRF_UARTE ` - \ :kconfig:`UART_2_NRF_UARTE ` - \ :kconfig:`UART_3_NRF_UARTE ` Kconfig definition ================== At ``/serial/Kconfig.nrfx:399`` 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_UARTE_PERIPHERAL bool depends on UART_NRFX && SERIAL *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*