.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | # |
---|
2 | 3 | # MMC core configuration |
---|
3 | 4 | # |
---|
.. | .. |
---|
14 | 15 | |
---|
15 | 16 | config PWRSEQ_SD8787 |
---|
16 | 17 | 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) |
---|
18 | 19 | help |
---|
19 | 20 | This selects hardware reset support for the SD8787 BT + Wifi |
---|
20 | 21 | module. By default this option is set to n. |
---|
.. | .. |
---|
89 | 90 | capabilities of the MMC device (if present) to perform crypto |
---|
90 | 91 | operations on data being transferred to/from the device. |
---|
91 | 92 | |
---|
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 |
---|
94 | 98 | 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. |
---|