1# Arduino Nano 33 IOT board configuration
2
3# Copyright (c) 2020 Google LLC.
4# SPDX-License-Identifier: Apache-2.0
5
6config BOARD_ARDUINO_NANO_33_IOT
7	bool "Arduino Nano 33 IOT"
8	depends on SOC_PART_NUMBER_SAMD21G18A
9