hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
kernel/drivers/mmc/core/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # MMC core configuration
34 #
....@@ -14,7 +15,7 @@
1415
1516 config PWRSEQ_SD8787
1617 tristate "HW reset support for SD8787 BT + Wifi module"
17
- depends on OF && (MWIFIEX || BT_MRVL_SDIO)
18
+ depends on OF && (MWIFIEX || BT_MRVL_SDIO || LIBERTAS_SDIO)
1819 help
1920 This selects hardware reset support for the SD8787 BT + Wifi
2021 module. By default this option is set to n.
....@@ -89,7 +90,13 @@
8990 capabilities of the MMC device (if present) to perform crypto
9091 operations on data being transferred to/from the device.
9192
92
-config SDIO_KEEPALIVE
93
- bool "SDIO KEEPALIVE"
93
+config MMC_QUEUE_DEPTH
94
+ int "MMC Queue Depth number"
95
+ range 1 64
96
+ depends on ROCKCHIP_MINI_KERNEL
97
+ default 64
9498 help
95
- support sdio keepalive during host poweroff
99
+ Set a depth num for mmc queue, user can set it lower to decrease
100
+ queue number to save memory, suggest set to NR_CPUS.
101
+
102
+ If unsure, say 64 here.