2017-05-22 15:17:22 +08:00
|
|
|
# Kconfig - Shell configuration options
|
|
|
|
|
|
|
|
#
|
|
|
|
# Copyright (c) 2017 Intel Corporation
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
|
|
|
|
2017-08-09 14:21:11 +08:00
|
|
|
config BT_SHELL
|
2017-05-22 15:17:22 +08:00
|
|
|
bool "Enable Bluetooth shell"
|
2018-09-24 15:59:23 +08:00
|
|
|
select SERIAL
|
|
|
|
select SHELL
|
2017-05-22 15:17:22 +08:00
|
|
|
help
|
2017-12-13 23:08:21 +08:00
|
|
|
Activate shell module that provides Bluetooth commands to the
|
|
|
|
console.
|