zephyr/boards/x86/arduino_101
Ulf Magnusson 9c032eb14d 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>
2018-04-12 17:55:46 -05:00
..
doc boards: delete arduino_101_ble board 2018-03-23 16:21:16 -04:00
support
CMakeLists.txt Introduce cmake-based rewrite of KBuild 2017-11-08 20:00:22 -05:00
Kconfig.board arch/x86: Enable i2c through DTS for quark_se 2018-03-23 10:42:33 +08:00
Kconfig.defconfig board: arduino_101: remove unused !HAS_DTS bits 2017-07-25 09:09:11 -05:00
arduino_101.dts boards: dts: Cleanup aliases 2018-04-12 04:03:46 -05:00
arduino_101.yaml boards: Add "ram" and "flash" properties for a number of boards 2018-03-16 13:44:06 -07:00
arduino_101_defconfig boards/arduino101: Enable UART 0 controller 2018-04-12 17:55:46 -05:00
arduino_101_mcuboot_defconfig arduino_101_mcuboot: increase image size to 124K 2017-04-12 22:45:17 +00:00
board.cmake cmake: Use path-corrected version of ZEPHYR_BASE 2018-01-11 14:59:03 -05:00
board.h boards: arduino_101: set correct LED pin 2017-01-20 02:29:54 +00:00
pinmux.c boards: move pinmux driver to board/soc dir 2017-10-31 12:32:34 -04:00