1 # SPDX-License-Identifier: GPL-2.0-only
3 # MMC core configuration
6 tristate "HW reset support for eMMC"
10 This selects Hardware reset support aka pwrseq-emmc for eMMC
11 devices. By default this option is set to y.
13 This driver can also be built as a module. If so, the module
14 will be called pwrseq_emmc.
17 tristate "HW reset support for SD8787 BT + Wifi module"
18 depends on OF && (MWIFIEX || BT_MRVL_SDIO || LIBERTAS_SDIO)
20 This selects hardware reset support for the SD8787 BT + Wifi
21 module. By default this option is set to n.
23 This driver can also be built as a module. If so, the module
24 will be called pwrseq_sd8787.
27 tristate "Simple HW reset support for MMC"
31 This selects simple hardware reset support aka pwrseq-simple for MMC
32 devices. By default this option is set to y.
34 This driver can also be built as a module. If so, the module
35 will be called pwrseq_simple.
38 tristate "MMC block device driver"
42 Say Y here to enable the MMC block device driver support.
43 This provides a block device driver, which you can use to
44 mount the filesystem. Almost everyone wishing MMC support
45 should say Y or M here.
47 config MMC_BLOCK_MINORS
48 int "Number of minors per block device"
53 Number of minors per block device. One is needed for every
54 partition on the disk (plus one for the whole disk).
56 Number of total MMC minors available is 256, so your number
57 of supported block devices will be limited to 256 divided
60 Default is 8 to be backwards compatible with previous
61 hardwired device numbering.
63 If unsure, say 8 here.
66 tristate "SDIO UART/GPS class support"
69 SDIO function driver for SDIO cards that implements the UART
70 class, as well as the GPS class which appears like a UART.
73 tristate "MMC host test driver"
75 Development driver that performs a series of reads and writes
76 to a memory card in order to expose certain well known bugs
77 in host controllers. The tests are executed by writing to the
78 "test" file in debugfs under each card. Note that whatever is
79 on your card will be overwritten by these tests.
81 This driver is only of interest to those developing or
82 testing a host driver. Most people should say N here.