Bluetooth: Mesh: shell: Declare mandatory dependency on BT_MESH_CFG_CLI

The Configuration Client is such a generally useful feature for the
shell that it makes sense to have it as a mandatory dependency (the
shell wasn't anyway compiling at the moment without it).

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
Johan Hedberg 2017-11-21 12:36:57 +02:00 committed by Johan Hedberg
commit 3a072f07a1

View file

@ -344,6 +344,7 @@ config BT_MESH_CFG_CLI
config BT_MESH_SHELL
bool "Enable Bluetooth Mesh shell"
select CONSOLE_SHELL
depends on BT_MESH_CFG_CLI
help
Activate shell module that provides Bluetooth Mesh commands to
the console.