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:
parent
5a3a9aed49
commit
3a072f07a1
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue