1# Quick Feather board
2
3# Copyright (c) 2020 Antmicro <www.antmicro.com>
4# SPDX-License-Identifier: Apache-2.0
5
6config BOARD_INIT_PRIORITY
7	int
8	default KERNEL_INIT_PRIORITY_DEFAULT
9	help
10	  Board initialization priority.
11