1# Adafruit Feather M0 LoRa board configuration
2
3# Copyright (c) 2022 Miguel Dardenne <miguel.dardenne@gmail.com>
4# SPDX-License-Identifier: Apache-2.0
5
6config BOARD_ADAFRUIT_FEATHER_M0_LORA
7 bool "Adafruit Feather M0 LoRa"
8 depends on SOC_PART_NUMBER_SAMD21G18A
9