Files
kernel_common_drivers/drivers/net/bluetooth/Kconfig
T
qinglin.li 9f54c42bbd break_gki: adjust break gki config [2/2]
PD#SWPL-137861

Problem:
adjust break gki config

Solution:
CONFIG_AMLOGIC_BREAK_GKI_20 only break gki2.0
CONFIG_AMLOGIC_BREAK_GKI break gki 1.0 and 2.0

Verify:
local

Change-Id: Ic86c771027980aa24c638d5f89c014240d65ec91
Signed-off-by: qinglin.li <qinglin.li@amlogic.com>
2023-08-30 20:13:49 -07:00

18 lines
457 B
Plaintext

# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
config AMLOGIC_LINUX_BT_SMP
bool "Amlogic kernel 5.15 for smp"
depends on AMLOGIC_BREAK_GKI
default n
help
kernel 5.15 JUST_WORKS no need user confirm
config AMLOGIC_LINUX_BT_SUPPORT_WAKEUP
bool "Support BT deep sleep wake-up"
depends on AMLOGIC_BREAK_GKI
depends on BT
default n
help
This configuration is used to control the sleep wake-up function
of BT under kernel 5.15 in Linux systems.