Pierre Ossman | 6abaa0c | 2007-05-01 16:00:02 +0200 | [diff] [blame] | 1 | # |
| 2 | # MMC core configuration |
| 3 | # |
Srinivas Kandagatla | d97a1e5 | 2016-04-14 14:02:16 +0100 | [diff] [blame] | 4 | config 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 | |
| 15 | config 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. |