1# DecaWave DWM1001 board configuration
2
3# Copyright (c) 2019 Stéphane D'Alu
4# SPDX-License-Identifier: Apache-2.0
5
6if BOARD_DECAWAVE_DWM1001_DEV
7
8config I2C
9 default SENSOR
10
11config SPI
12 default y
13 depends on IEEE802154
14
15endif # BOARD_DECAWAVE_DWM1001_DEV
16