1# Ruuvi RuuviTag configuration
2
3# Copyright (c) 2020 Ruuvi Innovations Ltd (Oy)
4# SPDX-License-Identifier: Apache-2.0
5
6if BOARD_RUUVI_RUUVITAG
7
8config SPI
9	default y
10
11endif # BOARD_RUUVI_RUUVITAG
12