2023-03-28 21:50:08 +02:00
|
|
|
# CY8CPROTO-063-BLE PSoC™ 6 BLE Prototyping Kit
|
|
|
|
|
|
|
|
# Copyright (c) 2023 Cypress Semiconductor Corporation (an Infineon company) or
|
|
|
|
# an affiliate of Cypress Semiconductor Corporation
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
if BOARD_CY8CPROTO_063_BLE
|
|
|
|
|
2023-05-01 07:37:59 +02:00
|
|
|
choice BT_HCI_BUS_TYPE
|
|
|
|
default BT_PSOC6_BLESS if BT
|
|
|
|
endchoice
|
|
|
|
|
2023-03-28 21:50:08 +02:00
|
|
|
endif # BOARD_CY8CPROTO_063_BLE
|