mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
9f54c42bbd
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>
18 lines
457 B
Plaintext
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.
|