28 lines
323 B
Plaintext
28 lines
323 B
Plaintext
# Kconfig - 96boards WisTrio board configuration
|
|
#
|
|
# Copyright (c) 2019 Linaro Ltd.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
if BOARD_96B_WISTRIO
|
|
|
|
config BOARD
|
|
default "96b_wistrio"
|
|
|
|
if UART_CONSOLE
|
|
|
|
config UART_1
|
|
default y
|
|
|
|
endif # UART_CONSOLE
|
|
|
|
if I2C
|
|
|
|
config I2C_1
|
|
default y
|
|
|
|
endif # I2C
|
|
|
|
endif # BOARD_96B_WISTRIO
|