arm64: defconfig: Set qrtr wakeup for lito
Set the wakeup timeout for qrtr to 500 ms for lito. This change will help ensure the TUI client thread gets a chance to run before the system is suspended again. Change-Id: I8c8831995bf58fc39a3e8c107d0fd761745bbfed Signed-off-by: Sarannya S <sarannya@codeaurora.org>
This commit is contained in:
parent
898151cd02
commit
3acc60ff8f
2 changed files with 2 additions and 0 deletions
|
@ -259,6 +259,7 @@ CONFIG_NET_ACT_MIRRED=y
|
|||
CONFIG_NET_ACT_SKBEDIT=y
|
||||
CONFIG_DNS_RESOLVER=y
|
||||
CONFIG_QRTR=y
|
||||
CONFIG_QRTR_WAKEUP_MS=500
|
||||
CONFIG_QRTR_SMD=y
|
||||
CONFIG_QRTR_MHI=y
|
||||
CONFIG_BPF_JIT=y
|
||||
|
|
1
arch/arm64/configs/vendor/lito_defconfig
vendored
1
arch/arm64/configs/vendor/lito_defconfig
vendored
|
@ -265,6 +265,7 @@ CONFIG_NET_ACT_MIRRED=y
|
|||
CONFIG_NET_ACT_SKBEDIT=y
|
||||
CONFIG_DNS_RESOLVER=y
|
||||
CONFIG_QRTR=y
|
||||
CONFIG_QRTR_WAKEUP_MS=500
|
||||
CONFIG_QRTR_SMD=y
|
||||
CONFIG_QRTR_MHI=y
|
||||
CONFIG_BPF_JIT=y
|
||||
|
|
Loading…
Reference in a new issue