This shell command was tied to bluetooth and the bluetooth shell and also had messages all related to nordic ICs. Make it generic and put it under drivers/flash/ so it can be included by anyone and independently of bluetooth. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
17 lines
304 B
Plaintext
17 lines
304 B
Plaintext
# 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
|
|
select FLASH_SHELL
|
|
help
|
|
Activate shell module that provides Bluetooth commands to the
|
|
console.
|