commit: 1107e0e46dc09f5b424bcbb0751b60aa70652502 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> AuthorDate: Mon Sep 4 02:45:08 2017 +0000 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> CommitDate: Mon Sep 4 02:45:08 2017 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=1107e0e4
arch/x86*: enable CONFIG_ALX. Fixes: https://bugs.gentoo.org/show_bug.cgi?id=629580 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org> arch/x86/arch-config | 1 + arch/x86_64/arch-config | 1 + 2 files changed, 2 insertions(+) diff --git a/arch/x86/arch-config b/arch/x86/arch-config index be9e37b..9f8c4b2 100644 --- a/arch/x86/arch-config +++ b/arch/x86/arch-config @@ -34,3 +34,4 @@ CONFIG_MICROCODE=y CONFIG_MICROCODE_EARLY=y CONFIG_MICROCODE_INTEL=y CONFIG_MICROCODE_AMD=y +CONFIG_ALX=m diff --git a/arch/x86_64/arch-config b/arch/x86_64/arch-config index 6f54956..6f09970 100644 --- a/arch/x86_64/arch-config +++ b/arch/x86_64/arch-config @@ -140,3 +140,4 @@ CONFIG_IOSF_MBI=m CONFIG_COMPAT_NETLINK_MESSAGES=y CONFIG_X86_MSR=m CONFIG_X86_CPUID=m +CONFIG_ALX=m
