:orphan: .. title:: CONFIG_UART_MSP432P4XX .. kconfig:: CONFIG_UART_MSP432P4XX CONFIG_UART_MSP432P4XX ###################### *MSP432P4XX UART driver* Type: ``bool`` Help ==== .. code-block:: none This option enables the MSP432P4XX UART driver, for UART_0. Direct dependencies =================== \ :kconfig:`SOC_SERIES_MSP432P4XX ` && \ :kconfig:`SOC_FAMILY_TISIMPLELINK ` && \ :kconfig:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`SERIAL_HAS_DRIVER ` - \ :kconfig:`SERIAL_SUPPORT_INTERRUPT ` Kconfig definition ================== At ``/serial/Kconfig.msp432p4xx:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:26`` → ``/serial/Kconfig:138`` Menu path: (Top) → Device Drivers → Serial Drivers .. code-block:: kconfig config UART_MSP432P4XX bool "MSP432P4XX UART driver" select SERIAL_HAS_DRIVER select SERIAL_SUPPORT_INTERRUPT depends on SOC_SERIES_MSP432P4XX && SOC_FAMILY_TISIMPLELINK && SERIAL help This option enables the MSP432P4XX UART driver, for UART_0. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*