1# BeaglePlay 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, BeagleBoard.org Foundation
6# SPDX-License-Identifier: Apache-2.0
7
8config BOARD_BEAGLEPLAY
9	select SOC_CC1352P7 if BOARD_BEAGLEPLAY_CC1352P7
10	help
11	  BeagleBoard.org BeaglePlay CC1352P7
12