zephyr/subsys/bluetooth/shell/Kconfig

16 lines
284 B
Plaintext
Raw Normal View History

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