Config.in 592 B

123456789101112131415161718192021
  1. config BR2_PACKAGE_MMC_UTILS
  2. bool "mmc-utils"
  3. depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
  4. help
  5. MMC utils
  6. https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git
  7. if BR2_PACKAGE_MMC_UTILS
  8. config BR2_PACKAGE_MMC_UTILS_ENABLE_DANGEROUS_COMMANDS
  9. bool "Enable dangerous commands"
  10. help
  11. Enable support for dangerous commands in mmc-utils. mmc-utils
  12. considers turning on permanent write protection on a device a
  13. "dangerous command" and doesn't offer it by default.
  14. endif
  15. comment "mmc-utils needs a toolchain w/ headers >= 4.4"
  16. depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4