From eb406f80bc1b853be9d16e54759680dda0dd8e39 Mon Sep 17 00:00:00 2001 From: Nazar Palamar Date: Tue, 27 Aug 2024 21:14:59 +0300 Subject: [PATCH] driver/bluetooth / cyw208xx: enable CYW20829_BT_FW_TX10DBM_POWER Enable CYW20829_BT_FW_TX10DBM_POWER by default to get best user experience experience out of the box. Signed-off-by: Nazar Palamar --- drivers/bluetooth/hci/Kconfig.infineon | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/bluetooth/hci/Kconfig.infineon b/drivers/bluetooth/hci/Kconfig.infineon index 0dc30107e90..92b7f29f8fa 100644 --- a/drivers/bluetooth/hci/Kconfig.infineon +++ b/drivers/bluetooth/hci/Kconfig.infineon @@ -138,6 +138,7 @@ if CYW20829 config CYW20829_BT_FW_TX10DBM_POWER bool "CYW20829_BT_FW_TX10DBM_POWER" + default y help Enable 10dBm TX Power variant of CYW20829 FW patch.