14 lines
173 B
Plaintext
14 lines
173 B
Plaintext
# Copyright (c) 2024 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_E73_TMB
|
|
|
|
config BOARD
|
|
default "e73_tmb"
|
|
|
|
config BT_CTLR
|
|
default BT
|
|
|
|
|
|
endif
|