commit | 9c032eb14dc7445001bf4ed42f225ace4d4c7e40 | [log] [tgz] |
---|---|---|
author | Ulf Magnusson <ulfalizer@gmail.com> | Fri Mar 30 22:54:37 2018 +0200 |
committer | Kumar Gala <kumar.gala@gmail.com> | Thu Apr 12 17:55:46 2018 -0500 |
tree | 9a9ed89c34311a24264d8d0d43407ce0fac837cd | |
parent | 05f02bd038a4f19c8a1b3c47b09936e2cbac16d8 [diff] |
boards/arduino101: Enable UART 0 controller 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>