zephyr/subsys/bluetooth/shell/Kconfig
Luiz Augusto von Dentz 1c4561925c Shell: Add initial code for bt shell module
This adds the config option and files of the bt shell module.

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2017-05-29 10:42:21 +03:00

16 lines
291 B
Plaintext

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