1# BeagleConnect Freedom board configuration
2
3# Copyright (c) 2020 Erik Larson
4# Copyright (c) 2021 Jason Kridner, BeagleBoard.org Foundation
5# SPDX-License-Identifier: Apache-2.0
6
7if BOARD_BEAGLECONNECT_FREEDOM
8
9config BOARD_ANTENNA_INIT_PRIO
10	int "Board antenna switch initialization priority"
11	default 70
12	help
13	  Set the priority for board init, must be greater than
14	  KERNEL_INIT_PRIORITY_DEVICE but smaller than
15	  IEEE802154_CC13XX_CC26XX_SUB_GHZ_INIT_PRIO.
16
17endif # BOARD_BEAGLECONNECT_FREEDOM
18