16 lines
285 B
Plaintext
16 lines
285 B
Plaintext
# TI CC3235SF LaunchXL board configuration
|
|
|
|
# Copyright (c) 2019, Texas Instruments Incorporated
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_CC3235SF_LAUNCHXL
|
|
|
|
config BOARD
|
|
default "cc3235sf_launchxl"
|
|
|
|
config I2C_CC32XX
|
|
default y
|
|
depends on I2C
|
|
|
|
endif # BOARD_CC3235SF_LAUNCHXL
|