zephyr/boards/arm/sensortile_box/Kconfig.defconfig
Erwan Gouriou 81f27c2265 boards: stm32: Use dt API for serial peripheral configuration
Replace use of Kconfig UART_X symbols by calls to DT API.
Clean driver from symbols definitions

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2020-04-20 15:27:56 -05:00

23 lines
334 B
Plaintext

# SensorTile.box board configuration
# Copyright (c) 2019 STMicroelectronics
# SPDX-License-Identifier: Apache-2.0
if BOARD_SENSORTILE_BOX
config BOARD
default "sensortile_box"
if SPI
config SPI_STM32_INTERRUPT
default y
config LIS2MDL_SPI_FULL_DUPLEX
default y
depends on LIS2MDL
endif # SPI
endif # BOARD_SENSORTILE_BOX