Kconfig (58e16d792a6a8c6b750f637a4649967fcac853dc) Kconfig (93f1c150cb0d043e1e8985db7824b4e2e1ac653f)
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

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

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.
80
81 This driver is only of interest to those developing or
82 testing a host driver. Most people should say N here.
83
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

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

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.
80
81 This driver is only of interest to those developing or
82 testing a host driver. Most people should say N here.
83
84config MMC_CRYPTO
85 bool "MMC Crypto Engine Support"
86 depends on BLK_INLINE_ENCRYPTION
87 help
88 Enable Crypto Engine Support in MMC.
89 Enabling this makes it possible for the kernel to use the crypto
90 capabilities of the MMC device (if present) to perform crypto
91 operations on data being transferred to/from the device.