Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> (cherry picked from commit a7552293bb01e6189d3bad14bbf071431510a1ad) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
22 lines
592 B
Plaintext
22 lines
592 B
Plaintext
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
|