Kconfig (e5451c8f8330e03ad3cfa16048b4daf961af434f) | Kconfig (d97a1e5d7cd2b5b0edc02a40fe6897b710c9e10f) |
---|---|
1# 2# MMC core configuration 3# | 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. |
|