:orphan: .. title:: UART_PL011_SHARED_IRQ .. option:: CONFIG_UART_PL011_SHARED_IRQ *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :option:`UART_PL011 ` && \ :option:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`UART_PL011_PORT0_SHARED_IRQ ` - \ :option:`UART_PL011_PORT1_SHARED_IRQ ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/serial/Kconfig.pl011:23`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` → ``drivers/Kconfig:20`` → ``drivers/serial/Kconfig:117`` Menu path: (Top) → Device Drivers → Serial Drivers → ARM PL011 UART Driver .. parsed-literal:: config UART_PL011_SHARED_IRQ bool depends on \ :option:`UART_PL011 ` && \ :option:`SERIAL ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*