blob: 3275ba0d4417b3b18b4d525a957cb5c0bd48e1f3 [file] [edit]
config BR2_PACKAGE_MMC_UTILS
bool "mmc-utils"
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
help
MMC utils
https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git
if BR2_PACKAGE_MMC_UTILS
config BR2_PACKAGE_MMC_UTILS_ENABLE_DANGEROUS_COMMANDS
bool "Enable dangerous commands"
help
Enable support for dangerous commands in mmc-utils. mmc-utils
considers turning on permanent write protection on a device a
"dangerous command" and doesn't offer it by default.
endif
comment "mmc-utils needs a toolchain w/ headers >= 4.4"
depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4