Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1#
2# MMC core configuration
3#
4config PWRSEQ_EMMC
5 tristate "HW reset support for eMMC"
6 default y
7 depends on OF
8 help
9 This selects Hardware reset support aka pwrseq-emmc for eMMC
10 devices. By default this option is set to y.
11
12 This driver can also be built as a module. If so, the module
13 will be called pwrseq_emmc.
14
15config PWRSEQ_SIMPLE
16 tristate "Simple HW reset support for MMC"
17 default y
18 depends on OF
19 help
20 This selects simple hardware reset support aka pwrseq-simple for MMC
21 devices. By default this option is set to y.
22
23 This driver can also be built as a module. If so, the module
24 will be called pwrseq_simple.