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