2014-02-04 10:25:58 +01:00
|
|
|
config BR2_PACKAGE_IUCODE_TOOL
|
|
|
|
bool "iucode-tool"
|
|
|
|
depends on BR2_x86_64 || BR2_i386
|
|
|
|
select BR2_PACKAGE_INTEL_MICROCODE
|
2016-01-22 10:06:05 +01:00
|
|
|
select BR2_PACKAGE_ARGP_STANDALONE \
|
|
|
|
if BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_MUSL
|
2014-02-04 10:25:58 +01:00
|
|
|
help
|
|
|
|
Intel processor microcode tool
|
|
|
|
|
2016-01-30 11:24:49 +01:00
|
|
|
https://gitlab.com/iucode-tool
|