1# Shell configuration options
2
3# Copyright (c) 2017 Intel Corporation
4# SPDX-License-Identifier: Apache-2.0
5
6config BT_SHELL
7	bool "Bluetooth shell"
8	select SHELL
9	select BT_TICKER_NEXT_SLOT_GET if BT_LL_SW_SPLIT
10	help
11	  Activate shell module that provides Bluetooth commands to the
12	  console.
13