Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
b4242a8dabd8eac64c3eae7dd80c8f2f5c2f4900
/
.
/
subsys
/
bluetooth
/
shell
/
Kconfig
blob: 53268820183d3b09a1232adbf5b456f0d67d510c [
file
]
# Shell configuration options
# Copyright (c) 2017 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
config BT_SHELL
bool
"Enable Bluetooth shell"
select
SHELL
help
Activate
shell
module
that provides
Bluetooth
commands to the
console
.