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