summaryrefslogtreecommitdiffstats
path: root/linux
diff options
context:
space:
mode:
authorCarlos Santos <casantos@datacom.com.br>2018-11-04 19:02:38 -0200
committerPeter Korsgaard <peter@korsgaard.com>2018-11-12 22:27:32 +0100
commit9ca59a6351771d3ebfe45e81a586f4e230961861 (patch)
treeddf52028f4cedfabed3905b10f12fea87346b94f /linux
parentb8b78e7e6a1cc15ab085f157250ed1ca04277129 (diff)
downloadbuildroot-9ca59a6351771d3ebfe45e81a586f4e230961861.tar.gz
buildroot-9ca59a6351771d3ebfe45e81a586f4e230961861.zip
linux: enable MICROCODE_INTEL if intel-microcode is selected
We already turn on kernel features for several packages, so let's do it for intel-microcode too, otherwise it's impossible to load the microcode (by means of iucode-tools). Signed-off-by: Carlos Santos <casantos@datacom.com.br> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'linux')
-rw-r--r--linux/linux.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/linux/linux.mk b/linux/linux.mk
index 476ff16329..b0cdbe933d 100644
--- a/linux/linux.mk
+++ b/linux/linux.mk
@@ -323,6 +323,9 @@ define LINUX_KCONFIG_FIXUP_CMDS
$(if $(BR2_PACKAGE_AUDIT),
$(call KCONFIG_ENABLE_OPT,CONFIG_NET,$(@D)/.config)
$(call KCONFIG_ENABLE_OPT,CONFIG_AUDIT,$(@D)/.config))
+ $(if $(BR2_PACKAGE_INTEL_MICROCODE),
+ $(call KCONFIG_ENABLE_OPT,CONFIG_MICROCODE,$(@D)/.config)
+ $(call KCONFIG_ENABLE_OPT,CONFIG_MICROCODE_INTEL,$(@D)/.config))
$(if $(BR2_PACKAGE_KTAP),
$(call KCONFIG_ENABLE_OPT,CONFIG_DEBUG_FS,$(@D)/.config)
$(call KCONFIG_ENABLE_OPT,CONFIG_ENABLE_DEFAULT_TRACERS,$(@D)/.config)
OpenPOWER on IntegriCloud