Bluetooth: controller: Fix BT_CTLR_DEBUG_PINS Kconfig help text

Help text for BT_CTLR_DEBUG_PINS incorrectly mentioned
specific GPIO pins being reserved for this feature, but in
reality the pins reserved vary on the SoC selected, hence
any specific mention of pin details is removed from help
text.

Fixes: #5499

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
Vinayak Kariappa Chettimada 2018-01-23 23:58:41 +01:00 committed by Carles Cufí
commit 13130dbe73

View file

@ -488,7 +488,6 @@ config BT_CTLR_DEBUG_PINS
help
Turn on debug GPIO toggling for the BLE Controller. This is useful
when debugging with a logic analyzer or profiling certain sections of
the code. When enabled, pins P0.16 to P0.25 are taken over exclusively
by the controller and cannot be used outside of it.
the code.
endif # BT_CTLR