Kconfig 642 B

12345678910111213141516171819202122232425
  1. #
  2. # MMC core configuration
  3. #
  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. This driver can also be built as a module. If so, the module
  12. will be called pwrseq_emmc.
  13. config PWRSEQ_SIMPLE
  14. tristate "Simple HW reset support for MMC"
  15. default y
  16. depends on OF
  17. help
  18. This selects simple hardware reset support aka pwrseq-simple for MMC
  19. devices. By default this option is set to y.
  20. This driver can also be built as a module. If so, the module
  21. will be called pwrseq_simple.