mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-16 10:32:49 +00:00
boards/x86/arduino_101/arduino_101_defconfig currently enables CONFIG_UART_QMSI_0_HW_FC (HW flow control on UART 0), but doesn't enable CONFIG_UART_QMSI_0 (the UART itself), which is a direct dependency. This means CONFIG_UART_QMSI_0_HW_FC remains disabled despite the request to enable it, and kconfig.py prints a warning. Enable CONFIG_UART_QMSI_0 in the arduino_101_defconfig. Signed-off-by: Ulf Magnusson <ulfalizer@gmail.com> |
||
---|---|---|
.. | ||
arduino_101 | ||
common/scripts | ||
galileo | ||
minnowboard | ||
qemu_x86 | ||
quark_d2000_crb | ||
quark_se_c1000_devboard | ||
tinytile | ||
x86_jailhouse | ||
index.rst |