blob: 250f223aaa8038de37238dd93d720628331adebf [file] [log] [blame]
Pierre Ossman6abaa0c2007-05-01 16:00:02 +02001#
2# MMC core configuration
3#
Srinivas Kandagatlad97a1e52016-04-14 14:02:16 +01004config 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.