1# Arduino Due Board configuration
2
3# Copyright (c) 2017 Justin Watson
4# SPDX-License-Identifier: Apache-2.0
5
6config BOARD_ARDUINO_DUE
7	bool "Arduino Due Board"
8	depends on SOC_PART_NUMBER_SAM3X8E
9