Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:master commit in: arch/x86/, arch/x86_64/
Date: Mon, 04 Sep 2017 02:51:20
Message-Id: 1504493108.1107e0e46dc09f5b424bcbb0751b60aa70652502.robbat2@gentoo
1 commit: 1107e0e46dc09f5b424bcbb0751b60aa70652502
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 4 02:45:08 2017 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 4 02:45:08 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=1107e0e4
7
8 arch/x86*: enable CONFIG_ALX.
9
10 Fixes: https://bugs.gentoo.org/show_bug.cgi?id=629580
11 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
12
13 arch/x86/arch-config | 1 +
14 arch/x86_64/arch-config | 1 +
15 2 files changed, 2 insertions(+)
16
17 diff --git a/arch/x86/arch-config b/arch/x86/arch-config
18 index be9e37b..9f8c4b2 100644
19 --- a/arch/x86/arch-config
20 +++ b/arch/x86/arch-config
21 @@ -34,3 +34,4 @@ CONFIG_MICROCODE=y
22 CONFIG_MICROCODE_EARLY=y
23 CONFIG_MICROCODE_INTEL=y
24 CONFIG_MICROCODE_AMD=y
25 +CONFIG_ALX=m
26
27 diff --git a/arch/x86_64/arch-config b/arch/x86_64/arch-config
28 index 6f54956..6f09970 100644
29 --- a/arch/x86_64/arch-config
30 +++ b/arch/x86_64/arch-config
31 @@ -140,3 +140,4 @@ CONFIG_IOSF_MBI=m
32 CONFIG_COMPAT_NETLINK_MESSAGES=y
33 CONFIG_X86_MSR=m
34 CONFIG_X86_CPUID=m
35 +CONFIG_ALX=m