Files
zephyr/boards/beagleboard/beagleconnect_freedom/Kconfig
Jamie McCrae fd5847123f boards: arm: beagleconnect_freedom: Convert to v2
Converts the board to hwmv2

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2024-03-01 14:17:21 +00:00

18 lines
502 B
Plaintext

# BeagleConnect Freedom board configuration
# Copyright (c) 2020 Erik Larson
# Copyright (c) 2021 Jason Kridner, BeagleBoard.org Foundation
# SPDX-License-Identifier: Apache-2.0
if BOARD_BEAGLECONNECT_FREEDOM
config BOARD_ANTENNA_INIT_PRIO
int "Board antenna switch initialization priority"
default 70
help
Set the priority for board init, must be greater than
KERNEL_INIT_PRIORITY_DEVICE but smaller than
IEEE802154_CC13XX_CC26XX_SUB_GHZ_INIT_PRIO.
endif # BOARD_BEAGLECONNECT_FREEDOM