Config.in 696 B

123456789101112131415161718
  1. config BR2_PACKAGE_INTEL_MICROCODE
  2. bool "intel-microcode"
  3. depends on BR2_x86_64 || BR2_i386
  4. help
  5. This package provides an Intel microcode data file that can be
  6. used to correct processor errors. The iucode-tool package and
  7. proper kernel support are required to upload the microcode.
  8. https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files
  9. config BR2_PACKAGE_INTEL_MICROCODE_INSTALL_TARGET
  10. bool "install microcode files to /lib/firmware in target"
  11. default y
  12. depends on BR2_PACKAGE_INTEL_MICROCODE
  13. help
  14. Select this option to have the microcode files installed to
  15. /lib/firmware/intel-ucode in the target root filesystem, in
  16. addition to the images directory.