1# DecaWave DWM3001CDK board configuration
2
3# Copyright (c) 2019 Stéphane D'Alu
4# SPDX-License-Identifier: Apache-2.0
5
6if BOARD_DECAWAVE_DWM3001CDK
7
8config I2C
9	default SENSOR
10
11endif # BOARD_DECAWAVE_DWM3001CDK
12