zephyr/subsys/bluetooth/shell/Kconfig
Vinayak Kariappa Chettimada f35b9eb5cc Bluetooth: Shell: Select BT_TICKER_NEXT_SLOT_GET when BT_LL_SW_SPLIT
Select BT_TICKER_NEXT_SLOT_GET when BT_LL_SW_SPLIT enabled
and building applications with shell support (BT_SHELL).

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
2022-11-03 10:24:49 +01:00

13 lines
296 B
Plaintext

# Shell configuration options
# Copyright (c) 2017 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
config BT_SHELL
bool "Bluetooth shell"
select SHELL
select BT_TICKER_NEXT_SLOT_GET if BT_LL_SW_SPLIT
help
Activate shell module that provides Bluetooth commands to the
console.