mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 14:22:33 +00:00
9 lines
205 B
Plaintext
9 lines
205 B
Plaintext
# Kconfig - Arduino Zero Board configuration
|
|
#
|
|
# Copyright (c) 2017 Google LLC.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BOARD_ARDUINO_ZERO
|
|
bool "Arduino Zero"
|
|
depends on SOC_PART_NUMBER_SAMD21G18A
|