* [PATCH] arch/x86/configs/x86_64_defconfig: enable CONFIG_E1000E=y
@ 2016-04-19 8:21 Konstantin Khlebnikov
2016-04-19 9:33 ` [tip:x86/build] x86/build/defconfig/64: Enable CONFIG_E1000E=y tip-bot for Konstantin Khlebnikov
2016-04-21 22:11 ` [PATCH] arch/x86/configs/x86_64_defconfig: enable CONFIG_E1000E=y Andy Shevchenko
0 siblings, 2 replies; 3+ messages in thread
From: Konstantin Khlebnikov @ 2016-04-19 8:21 UTC (permalink / raw)
To: Thomas Gleixner, x86, Ingo Molnar, linux-kernel, H. Peter Anvin
Very common ethernet. Already enabled in i386_defconfig
Signed-off-by: Konstantin Khlebnikov <koct9i@gmail.com>
---
arch/x86/configs/x86_64_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/x86/configs/x86_64_defconfig b/arch/x86/configs/x86_64_defconfig
index 4f404a64681b..0c8d7963483c 100644
--- a/arch/x86/configs/x86_64_defconfig
+++ b/arch/x86/configs/x86_64_defconfig
@@ -173,6 +173,7 @@ CONFIG_TIGON3=y
CONFIG_NET_TULIP=y
CONFIG_E100=y
CONFIG_E1000=y
+CONFIG_E1000E=y
CONFIG_SKY2=y
CONFIG_FORCEDETH=y
CONFIG_8139TOO=y
^ permalink raw reply [flat|nested] 3+ messages in thread
* [tip:x86/build] x86/build/defconfig/64: Enable CONFIG_E1000E=y
2016-04-19 8:21 [PATCH] arch/x86/configs/x86_64_defconfig: enable CONFIG_E1000E=y Konstantin Khlebnikov
@ 2016-04-19 9:33 ` tip-bot for Konstantin Khlebnikov
2016-04-21 22:11 ` [PATCH] arch/x86/configs/x86_64_defconfig: enable CONFIG_E1000E=y Andy Shevchenko
1 sibling, 0 replies; 3+ messages in thread
From: tip-bot for Konstantin Khlebnikov @ 2016-04-19 9:33 UTC (permalink / raw)
To: linux-tip-commits
Cc: linux-kernel, peterz, tglx, hpa, koct9i, torvalds, mingo
Commit-ID: 7a09b225f31031f8cac9e7801b6004e79f8b0da1
Gitweb: http://git.kernel.org/tip/7a09b225f31031f8cac9e7801b6004e79f8b0da1
Author: Konstantin Khlebnikov <koct9i@gmail.com>
AuthorDate: Tue, 19 Apr 2016 11:21:15 +0300
Committer: Ingo Molnar <mingo@kernel.org>
CommitDate: Tue, 19 Apr 2016 10:37:39 +0200
x86/build/defconfig/64: Enable CONFIG_E1000E=y
Very common ethernet. Already enabled in i386_defconfig
Signed-off-by: Konstantin Khlebnikov <koct9i@gmail.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/146105407523.18740.6392078851674393377.stgit@zurg
Signed-off-by: Ingo Molnar <mingo@kernel.org>
---
arch/x86/configs/x86_64_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/x86/configs/x86_64_defconfig b/arch/x86/configs/x86_64_defconfig
index 4f404a6..0c8d796 100644
--- a/arch/x86/configs/x86_64_defconfig
+++ b/arch/x86/configs/x86_64_defconfig
@@ -173,6 +173,7 @@ CONFIG_TIGON3=y
CONFIG_NET_TULIP=y
CONFIG_E100=y
CONFIG_E1000=y
+CONFIG_E1000E=y
CONFIG_SKY2=y
CONFIG_FORCEDETH=y
CONFIG_8139TOO=y
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] arch/x86/configs/x86_64_defconfig: enable CONFIG_E1000E=y
2016-04-19 8:21 [PATCH] arch/x86/configs/x86_64_defconfig: enable CONFIG_E1000E=y Konstantin Khlebnikov
2016-04-19 9:33 ` [tip:x86/build] x86/build/defconfig/64: Enable CONFIG_E1000E=y tip-bot for Konstantin Khlebnikov
@ 2016-04-21 22:11 ` Andy Shevchenko
1 sibling, 0 replies; 3+ messages in thread
From: Andy Shevchenko @ 2016-04-21 22:11 UTC (permalink / raw)
To: Konstantin Khlebnikov
Cc: Thomas Gleixner, x86, Ingo Molnar, linux-kernel, H. Peter Anvin
On Tue, Apr 19, 2016 at 11:21 AM, Konstantin Khlebnikov
<koct9i@gmail.com> wrote:
> Very common ethernet. Already enabled in i386_defconfig
Noticed by disappearing same commit in my local tree, thanks.
FWIW:
Reviewed-and-tested-by: Andy Shevchenko <andy.shevchenko@gmail.com>
>
> Signed-off-by: Konstantin Khlebnikov <koct9i@gmail.com>
> ---
> arch/x86/configs/x86_64_defconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/x86/configs/x86_64_defconfig b/arch/x86/configs/x86_64_defconfig
> index 4f404a64681b..0c8d7963483c 100644
> --- a/arch/x86/configs/x86_64_defconfig
> +++ b/arch/x86/configs/x86_64_defconfig
> @@ -173,6 +173,7 @@ CONFIG_TIGON3=y
> CONFIG_NET_TULIP=y
> CONFIG_E100=y
> CONFIG_E1000=y
> +CONFIG_E1000E=y
> CONFIG_SKY2=y
> CONFIG_FORCEDETH=y
> CONFIG_8139TOO=y
>
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-04-21 22:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-19 8:21 [PATCH] arch/x86/configs/x86_64_defconfig: enable CONFIG_E1000E=y Konstantin Khlebnikov
2016-04-19 9:33 ` [tip:x86/build] x86/build/defconfig/64: Enable CONFIG_E1000E=y tip-bot for Konstantin Khlebnikov
2016-04-21 22:11 ` [PATCH] arch/x86/configs/x86_64_defconfig: enable CONFIG_E1000E=y Andy Shevchenko
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome