Kconfig (9a87ffc99ec8eb8d35eed7c4f816d75f5cc9662e) Kconfig (b6c41df38c24f42482b5c5cd05220b8eb32ff6ff)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# MMC core configuration
4#
5config PWRSEQ_EMMC
6 tristate "HW reset support for eMMC"
7 default y
8 depends on OF

--- 23 unchanged lines hidden (view full) ---

32 devices. By default this option is set to y.
33
34 This driver can also be built as a module. If so, the module
35 will be called pwrseq_simple.
36
37config MMC_BLOCK
38 tristate "MMC block device driver"
39 depends on BLOCK
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# MMC core configuration
4#
5config PWRSEQ_EMMC
6 tristate "HW reset support for eMMC"
7 default y
8 depends on OF

--- 23 unchanged lines hidden (view full) ---

32 devices. By default this option is set to y.
33
34 This driver can also be built as a module. If so, the module
35 will be called pwrseq_simple.
36
37config MMC_BLOCK
38 tristate "MMC block device driver"
39 depends on BLOCK
40 depends on RPMB || !RPMB
40 imply IOSCHED_BFQ
41 default y
42 help
43 Say Y here to enable the MMC block device driver support.
44 This provides a block device driver, which you can use to
45 mount the filesystem. Almost everyone wishing MMC support
46 should say Y or M here.
47

--- 45 unchanged lines hidden ---
41 imply IOSCHED_BFQ
42 default y
43 help
44 Say Y here to enable the MMC block device driver support.
45 This provides a block device driver, which you can use to
46 mount the filesystem. Almost everyone wishing MMC support
47 should say Y or M here.
48

--- 45 unchanged lines hidden ---