Skip to content

Commit

Permalink
drivers: Disable BLE support
Browse files Browse the repository at this point in the history
The code doesn't build. The main-tree HCI driver is about to removed,
including the Kconfig option, which means that we can't have dependent
Kconfig options in this tree.

Signed-off-by: Johan Hedberg <johan.hedberg@gmail.com>
  • Loading branch information
jhedberg authored and carlescufi committed May 29, 2024
1 parent 0ccfbae commit 4226c7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tlsr9/Kconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Copyright (c) 2022 Telink Semiconductor
# SPDX-License-Identifier: Apache-2.0

rsource "ble/vendor/controller/Kconfig"
# Disabled, since the code doesn't build and the driver has been removed
# from the Zephyr main tree.
#rsource "ble/vendor/controller/Kconfig"

0 comments on commit 4226c7f

Please sign in to comment.