From 7cba91e1a60ccaa5aa8742f7281398a95eb6a8c9 Mon Sep 17 00:00:00 2001 From: Emil Gydesen Date: Thu, 14 Nov 2024 16:01:42 +0100 Subject: [PATCH] doc: releases: Add BT LE audio Kconfig options to migration guide Add the list of affect Kconfig options to the migration guide. Signed-off-by: Emil Gydesen --- doc/releases/migration-guide-4.1.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/releases/migration-guide-4.1.rst b/doc/releases/migration-guide-4.1.rst index d35ab96073c736..42cf3aa78f45a8 100644 --- a/doc/releases/migration-guide-4.1.rst +++ b/doc/releases/migration-guide-4.1.rst @@ -81,6 +81,19 @@ Bluetooth Mesh Bluetooth Audio =============== +* The following Kconfig options are not longer automatically enabled by the LE Audio Kconfig + options and may need to be enabled manually (:github:`81328`): + + * :kconfig:option:`CONFIG_BT_GATT_CLIENT` + * :kconfig:option:`CONFIG_BT_GATT_AUTO_DISCOVER_CCC` + * :kconfig:option:`CONFIG_BT_GATT_AUTO_UPDATE_MTU` + * :kconfig:option:`CONFIG_BT_EXT_ADV` + * :kconfig:option:`CONFIG_BT_PER_ADV_SYNC` + * :kconfig:option:`CONFIG_BT_ISO_BROADCASTER` + * :kconfig:option:`CONFIG_BT_ISO_SYNC_RECEIVER` + * :kconfig:option:`CONFIG_BT_PAC_SNK` + * :kconfig:option:`CONFIG_BT_PAC_SRC` + Bluetooth Classic =================