zephyr/subsys/bluetooth/shell
Ulf Magnusson f84abe9011 Bluetooth: shell: kconfig: Do not select FLASH_SHELL from BT_SHELL
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 3aa2a1c6db ("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 <Ulf.Magnusson@nordicsemi.no>
2020-01-23 17:54:08 +02:00
..
bredr.c Bluetooth: L2CAP: Make channel ops const 2019-12-19 11:28:24 +02:00
bt.c Bluetooth: shell: Add shell command for advertise with identity option 2020-01-20 18:58:02 +02:00
bt.h Bluetooth: host: Move address string parsing to bluetooth API 2019-07-16 12:44:18 +02:00
CMakeLists.txt Bluetooth: Shell: Fix shell build dependencies 2019-09-07 15:48:35 +03:00
gatt.c Bluetooth: shell: Fix not reseting value_handle if subscription fails 2020-01-09 19:20:21 +01:00
hci.c cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
hci.h Bluetooth: shell: Updates related to new ULL LLL architecture 2019-01-23 09:45:06 +01:00
Kconfig Bluetooth: shell: kconfig: Do not select FLASH_SHELL from BT_SHELL 2020-01-23 17:54:08 +02:00
l2cap.c Bluetooth: L2CAP: Make channel ops const 2019-12-19 11:28:24 +02:00
ll.c bluetooth: shell: Fix uninitialized variable 2019-03-01 09:19:31 +01:00
ll.h Bluetooth: controller: Remove redundant tmp role implementation 2019-02-05 15:00:08 +01:00
rfcomm.c global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
ticker.c shell: Modify subcommands to use SHELL_STATIC_SUBCMD_SET_CREATE 2019-02-20 07:31:35 -05:00