Skip to content

Commit

Permalink
Bluetooth: shell: kconfig: Do not select FLASH_SHELL from BT_SHELL
Browse files Browse the repository at this point in the history
Fixes some selects with unsatisfied dependencies. FLASH_SHELL depends on
FLASH_PAGE_LAYOUT, but only FLASH_SHELL is selected. The select was
introduced in commit 3aa2a1c ("flash: make flash shell generic").

Spoke to Johan Hedberg. The BT_SHELL code does not depend on
FLASH_SHELL. He didn't think people would assume that BT_SHELL by itself
enables the FLASH_SHELL commands either.

Just remove the select.

Signed-off-by: Ulf Magnusson <[email protected]>
  • Loading branch information
ulfalizer authored and jhedberg committed Jan 23, 2020
1 parent 997be3d commit f84abe9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion subsys/bluetooth/shell/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
config BT_SHELL
bool "Enable Bluetooth shell"
select SHELL
select FLASH_SHELL
help
Activate shell module that provides Bluetooth commands to the
console.

0 comments on commit f84abe9

Please sign in to comment.