1# Digilent Arty board configuration 2 3# Copyright (c) 2020 Henrik Brix Andersen <henrik@brixandersen.dk> 4# SPDX-License-Identifier: Apache-2.0 5 6config BOARD_INIT_PRIORITY 7 int "Board initialization priority" 8 default 50 9 depends on BOARD_ARTY_A7_ARM_DESIGNSTART_M1 || BOARD_ARTY_A7_ARM_DESIGNSTART_M3 10 depends on "$(dt_nodelabel_enabled,daplink_qspi_mux)" 11 help 12 Board initialization priority. The board initialization must take 13 place after the GPIO driver is initialized. 14