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