Bluetooth: Kconfig: Fix comment about outgoing buffers

There's no BLUETOOTH_ACL_OUT_COUNT configuration option anymore so
update the text accordingly.

Change-Id: I431e3d63b8a3e9aebe855e4b5c0083e7d5e50f8b
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
Johan Hedberg 2015-11-06 22:04:17 +02:00 committed by Anas Nashif
commit ec147cebfe

View file

@ -45,9 +45,9 @@ config BLUETOOTH_HCI_EVT_COUNT
range 2 64 range 2 64
help help
Number of buffers available for HCI events. This number should Number of buffers available for HCI events. This number should
ideally be at least as large as BLUETOOTH_ACL_OUT_COUNT to make ideally be at least as large as the available outgoing buffers
sure we've got enough buffers to handle bursts of Number of to make sure we've got enough buffers to handle bursts of
Completed Packets HCI events. Number of Completed Packets HCI events.
config BLUETOOTH_MAX_EVT_LEN config BLUETOOTH_MAX_EVT_LEN
int "Maximum supported HCI event length" int "Maximum supported HCI event length"