1config BR2_PACKAGE_MMC_UTILS 2 bool "mmc-utils" 3 depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 4 help 5 MMC utils 6 7 https://git.kernel.org/cgit/linux/kernel/git/cjb/mmc-utils.git 8 9comment "mmc-utils needs a toolchain w/ headers >= 3.0" 10 depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 11