From 4efd9b80c86a86fbe9712ff8f1ff292a2a1438b3 Mon Sep 17 00:00:00 2001 From: Vinayak Kariappa Chettimada Date: Wed, 6 Apr 2022 07:26:49 +0530 Subject: [PATCH] Bluetooth: Controller: Fix typo in BT_CTLR_ISOAL_SOURCES prompt Fix typo in BT_CTLR_ISOAL_SOURCES Kconfig prompt message. Signed-off-by: Vinayak Kariappa Chettimada --- subsys/bluetooth/controller/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subsys/bluetooth/controller/Kconfig b/subsys/bluetooth/controller/Kconfig index 4ac849721a6..0fe866bc566 100644 --- a/subsys/bluetooth/controller/Kconfig +++ b/subsys/bluetooth/controller/Kconfig @@ -225,7 +225,7 @@ config BT_CTLR_ISO_TX_BUFFER_SIZE Read Buffer Size V2 command response. config BT_CTLR_ISOAL_SOURCES - int "Number of Isochronous Adaptation Layer sinks" + int "Number of Isochronous Adaptation Layer sources" depends on BT_CTLR_ADV_ISO || BT_CTLR_CONN_ISO range 1 64 default 1