From 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 22 Oct 2024 10:36:11 +0000 Subject: [PATCH] 修改4g拨号为QMI,需要在系统里后台执行quectel-CM --- kernel/drivers/mmc/core/Kconfig | 15 +++++++++++---- 1 files changed, 11 insertions(+), 4 deletions(-) diff --git a/kernel/drivers/mmc/core/Kconfig b/kernel/drivers/mmc/core/Kconfig index 98330c2..a3b6844 100644 --- a/kernel/drivers/mmc/core/Kconfig +++ b/kernel/drivers/mmc/core/Kconfig @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-only # # MMC core configuration # @@ -14,7 +15,7 @@ config PWRSEQ_SD8787 tristate "HW reset support for SD8787 BT + Wifi module" - depends on OF && (MWIFIEX || BT_MRVL_SDIO) + depends on OF && (MWIFIEX || BT_MRVL_SDIO || LIBERTAS_SDIO) help This selects hardware reset support for the SD8787 BT + Wifi module. By default this option is set to n. @@ -89,7 +90,13 @@ capabilities of the MMC device (if present) to perform crypto operations on data being transferred to/from the device. -config SDIO_KEEPALIVE - bool "SDIO KEEPALIVE" +config MMC_QUEUE_DEPTH + int "MMC Queue Depth number" + range 1 64 + depends on ROCKCHIP_MINI_KERNEL + default 64 help - support sdio keepalive during host poweroff + Set a depth num for mmc queue, user can set it lower to decrease + queue number to save memory, suggest set to NR_CPUS. + + If unsure, say 64 here. -- Gitblit v1.6.2