xref: /OK3568_Linux_fs/buildroot/package/intel-microcode/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config 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
9	  https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files
10
11config BR2_PACKAGE_INTEL_MICROCODE_INSTALL_TARGET
12	bool "install microcode files to /lib/firmware in target"
13	default y
14	depends on BR2_PACKAGE_INTEL_MICROCODE
15	help
16	  Select this option to have the microcode files installed to
17	  /lib/firmware/intel-ucode in the target root filesystem, in
18	  addition to the images directory.
19