mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
package/intel-micro-code: bear the kernel options munging
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> Cc: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Cc: Carlos Santos <unixmania@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
ad42b7f6f0
commit
af43d0aa34
@@ -27,4 +27,9 @@ else
|
||||
INTEL_MICROCODE_INSTALL_TARGET = NO
|
||||
endif
|
||||
|
||||
define INTEL_MICROCODE_LINUX_CONFIG_FIXUPS
|
||||
$(call KCONFIG_ENABLE_OPT,CONFIG_MICROCODE)
|
||||
$(call KCONFIG_ENABLE_OPT,CONFIG_MICROCODE_INTEL)
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
|
||||
Reference in New Issue
Block a user