nimble/transport: Remove unused syscfg

No longer used in new transport architecture.
This commit is contained in:
Andrzej Kaczmarek
2022-04-22 09:36:47 +02:00
parent 4ad6162832
commit 76c8573ffe
2 changed files with 0 additions and 19 deletions
-10
View File
@@ -28,16 +28,6 @@ syscfg.defs:
# This is a host-only transport.
- BLE_HOST
BLE_HCI_ACL_OUT_COUNT:
description: >
This count is used in creating a pool of elements used by the
code to enqueue various elements. In the case of the controller
only HCI, this number should be equal to the number of mbufs in
the msys pool. For host only, it is really dependent on the
number of ACL buffers that the controller tells the host it
has.
value: 12
BLE_HCI_EMSPI_SPI_NUM:
description: The index of the SPI device to use for HCI.
value: 5
-9
View File
@@ -17,12 +17,3 @@
#
syscfg.defs:
BLE_HCI_ACL_OUT_COUNT:
description: >
This count is used in creating a pool of elements used by the
code to enqueue various elements. In the case of the controller
only HCI, this number should be equal to the number of mbufs in
the msys pool. For host only, it is really dependent on the
number of ACL buffers that the controller tells the host it
has.
value: 12