:orphan: .. title:: UART_8 .. option:: CONFIG_UART_8 *Enable STM32 U(S)ART8 Port* Type: ``bool`` Help ==== Enable support for U(S)ART8 port in the driver. Say y here if you want to use U(S)ART8 device. Direct dependencies =================== (\ :option:`SERIAL ` && (\ :option:`BOARD_STM32H747I_DISCO_M7 ` || \ :option:`BOARD_STM32H747I_DISCO_M4 `)) || (\ :option:`UART_STM32 ` && \ :option:`SERIAL `) *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :option:`BOARD_STM32H747I_DISCO_M7 ` Kconfig definitions =================== .. highlight:: kconfig At ``boards/arm/stm32h747i_disco/Kconfig.defconfig:60`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config UART_8 bool default y if \ :option:`BOARD_STM32H747I_DISCO_M7 ` depends on \ :option:`SERIAL ` && (\ :option:`BOARD_STM32H747I_DISCO_M7 ` || \ :option:`BOARD_STM32H747I_DISCO_M4 `) ---- At ``drivers/serial/Kconfig.stm32:76`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` → ``drivers/Kconfig:20`` → ``drivers/serial/Kconfig:91`` Menu path: (Top) → Device Drivers → Serial Drivers → STM32 MCU serial driver .. parsed-literal:: config UART_8 bool "Enable STM32 U(S)ART8 Port" depends on \ :option:`UART_STM32 ` && \ :option:`SERIAL ` help Enable support for U(S)ART8 port in the driver. Say y here if you want to use U(S)ART8 device. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*