zephyr/boards/arm/sensortile_box/Kconfig.defconfig

23 lines
334 B
Plaintext
Raw Permalink Normal View History

# 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