Kconfig.acts 484 B

123456789101112131415161718192021222324252627282930313233
  1. # Copyright (c) 2018 Intel Corporation
  2. # SPDX-License-Identifier: Apache-2.0
  3. if MMC
  4. config MMC_SDCARD
  5. bool "Support SD Card"
  6. default n
  7. help
  8. Enable support for SD Card.
  9. config MMC_SDIO
  10. bool "SDIO driver"
  11. default n
  12. help
  13. Enable support for SDIO.
  14. config MMC_ACTS
  15. bool "Actions SoC MMC driver"
  16. default n
  17. help
  18. Enable MMC Controller of Actions SoC
  19. config SD_USE_IOVCC1_POWER
  20. bool "sdmmc use IOVCC1 as power"
  21. default n
  22. help
  23. Enable IOVCC1 as sdmmc power
  24. endif