ee8f0ecfbc
The intel microcode is a proprietary package which provides a data file used to correct processors errors. It was originally sent by Richard Braun <rbraun@sceen.net> [Peter: set _LICENSE_FILES] Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Cc: Richard Braun <rbraun@sceen.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 lines
294 B
Plaintext
8 lines
294 B
Plaintext
config BR2_PACKAGE_INTEL_MICROCODE
|
|
bool "intel-microcode"
|
|
depends on BR2_x86_64 || BR2_i386
|
|
help
|
|
This package provides an Intel microcode data file that can be
|
|
used to correct processor errors. The iucode-tool package and
|
|
proper kernel support are required to upload the microcode.
|