1# BeaglePlay CC1352 board configuration
2
3# Copyright (c) 2020 Erik Larson
4# Copyright (c) 2021-2022 Jason Kridner, BeagleBoard.org Foundation
5# Copyright (c) 2024 Ayush Singh <ayushdevel1325@gmail.com>
6# SPDX-License-Identifier: Apache-2.0
7
8if BOARD_BEAGLEPLAY_CC1352P7
9
10config BOARD_ANTENNA_INIT_PRIO
11	int "Board antenna switch initialization priority"
12	default 70
13	help
14	  Set the priority for board init, must be greater than
15	  KERNEL_INIT_PRIORITY_DEVICE but smaller than
16	  IEEE802154_CC13XX_CC26XX_SUB_GHZ_INIT_PRIO.
17
18endif # BOARD_BEAGLEPLAY_CC1352
19