blob: 86cb0f264e1540f1ce4edd3b0a86da44f21843a5 [file] [log] [blame]
# DecaWave DWM1001 board configuration
# Copyright (c) 2019 Stéphane D'Alu
# SPDX-License-Identifier: Apache-2.0
if BOARD_DECAWAVE_DWM1001_DEV
config BOARD
default "decawave_dwm1001_dev"
if ADC
config ADC_0
default y
endif # ADC
if I2C
config I2C_0
default y
endif # I2C
if PWM
config PWM_0
default y
endif # PWM
if SPI
config SPI_1
default y
endif # SPI
config BT_CTLR
default BT
endif # BOARD_DECAWAVE_DWM1001_DEV