mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-03 18:56:55 +00:00
The files for the Arduino Due needed to be updated to use the new configuration when the SoC moved from the atmel_sam3 directory to the atmel_sam/sam3x directory. Jira: ZEP-2067 Signed-off-by: Justin Watson <jwatson5@gmail.com>
10 lines
209 B
Plaintext
10 lines
209 B
Plaintext
# Kconfig - Arduino Due Board configuration
|
|
#
|
|
# Copyright (c) 2017 Justin Watson
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
config BOARD_ARDUINO_DUE
|
|
bool "Arduino Due Board"
|
|
depends on SOC_PART_NUMBER_SAM3X8E
|