Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1592995 > unrolled thread
| Started by | Andy Shevchenko <andriy.shevchenko@linux.intel.com> |
|---|---|
| First post | 2017-03-06 10:00 +0100 |
| Last post | 2017-03-06 12:00 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH v1] x86/build/defconfig/64: Enable CONFIG_R8169=y Andy Shevchenko <andriy.shevchenko@linux.intel.com> - 2017-03-06 10:00 +0100
[tip:x86/urgent] x86/build/x86_64_defconfig: Enable CONFIG_R8169 tip-bot for Andy Shevchenko <tipbot@zytor.com> - 2017-03-06 12:00 +0100
| From | Andy Shevchenko <andriy.shevchenko@linux.intel.com> |
|---|---|
| Date | 2017-03-06 10:00 +0100 |
| Subject | [PATCH v1] x86/build/defconfig/64: Enable CONFIG_R8169=y |
| Message-ID | <thWEO-5Iw-9@gated-at.bofh.it> |
Very common PCIe ethernet card. Already enabled in i386_defconfig. Cc: Ingo Molnar <mingo@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.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 550fbafa4904..84a8a4e43957 100644 --- a/arch/x86/configs/x86_64_defconfig +++ b/arch/x86/configs/x86_64_defconfig @@ -176,6 +176,7 @@ CONFIG_E1000E=y CONFIG_SKY2=y CONFIG_FORCEDETH=y CONFIG_8139TOO=y +CONFIG_R8169=y CONFIG_FDDI=y CONFIG_INPUT_POLLDEV=y # CONFIG_INPUT_MOUSEDEV_PSAUX is not set -- 2.11.0
[toc] | [next] | [standalone]
| From | tip-bot for Andy Shevchenko <tipbot@zytor.com> |
|---|---|
| Date | 2017-03-06 12:00 +0100 |
| Subject | [tip:x86/urgent] x86/build/x86_64_defconfig: Enable CONFIG_R8169 |
| Message-ID | <thYwV-6Yd-11@gated-at.bofh.it> |
| In reply to | #1592995 |
Commit-ID: f2853308b6409b97799b0beceacd9da43a82fe43 Gitweb: http://git.kernel.org/tip/f2853308b6409b97799b0beceacd9da43a82fe43 Author: Andy Shevchenko <andriy.shevchenko@linux.intel.com> AuthorDate: Mon, 6 Mar 2017 10:57:48 +0200 Committer: Thomas Gleixner <tglx@linutronix.de> CommitDate: Mon, 6 Mar 2017 11:47:43 +0100 x86/build/x86_64_defconfig: Enable CONFIG_R8169 Very common PCIe ethernet card. Already enabled in i386_defconfig. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Konstantin Khlebnikov <koct9i@gmail.com> Link: http://lkml.kernel.org/r/20170306085748.85957-1-andriy.shevchenko@linux.intel.com Signed-off-by: Thomas Gleixner <tglx@linutronix.de> --- 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 7ef4a09..6205d3b 100644 --- a/arch/x86/configs/x86_64_defconfig +++ b/arch/x86/configs/x86_64_defconfig @@ -176,6 +176,7 @@ CONFIG_E1000E=y CONFIG_SKY2=y CONFIG_FORCEDETH=y CONFIG_8139TOO=y +CONFIG_R8169=y CONFIG_FDDI=y CONFIG_INPUT_POLLDEV=y # CONFIG_INPUT_MOUSEDEV_PSAUX is not set
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web