xref: /OK3568_Linux_fs/buildroot/package/mmc-utils/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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