# 96Boards Neonkey Board Configuration # Copyright (c) 2017 Linaro Limited # SPDX-License-Identifier: Apache-2.0 if BOARD_96B_NEONKEY config BOARD default "96b_neonkey" if UART_CONSOLE config UART_1 default y endif # UART_CONSOLE if I2C config I2C_1 default y config I2C_2 default y config I2C_3 default y endif # I2C if SPI config SPI_1 default y config SPI_STM32_INTERRUPT default y endif # SPI endif # BOARD_96B_NEONKEY