xref: /OK3568_Linux_fs/buildroot/package/iucode-tool/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_IUCODE_TOOL
2*4882a593Smuzhiyun	bool "iucode-tool"
3*4882a593Smuzhiyun	depends on BR2_x86_64 || BR2_i386
4*4882a593Smuzhiyun	select BR2_PACKAGE_INTEL_MICROCODE
5*4882a593Smuzhiyun	select BR2_PACKAGE_INTEL_MICROCODE_INSTALL_TARGET
6*4882a593Smuzhiyun	select BR2_PACKAGE_ARGP_STANDALONE \
7*4882a593Smuzhiyun	       if BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_MUSL
8*4882a593Smuzhiyun	help
9*4882a593Smuzhiyun	  Intel processor microcode tool
10*4882a593Smuzhiyun
11*4882a593Smuzhiyun	  https://gitlab.com/iucode-tool
12