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