zephyr/boards/arm/cc1352r1_launchxl/Kconfig.defconfig

20 lines
269 B
Plaintext

# Kconfig - TI CC1352R LaunchXL board
#
# Copyright (c) 2019 Brett Witherspoon
#
# SPDX-License-Identifier: Apache-2.0
if BOARD_CC1352R1_LAUNCHXL
config BOARD
default "cc1352r1_launchxl"
if SPI
config SPI_0
default y
endif # SPI
endif # BOARD_CC1352R1_LAUNCHXL