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