diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2017-03-06 03:57:48 -0500 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2017-03-06 05:47:43 -0500 |
commit | f2853308b6409b97799b0beceacd9da43a82fe43 (patch) | |
tree | 097dabf565e443f75c7e47d68d63c76c3ace5885 | |
parent | 3b3e78552d3077ec70d2640e629e07e3ab416a6a (diff) |
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>
-rw-r--r-- | arch/x86/configs/x86_64_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/configs/x86_64_defconfig b/arch/x86/configs/x86_64_defconfig index 7ef4a099defc..6205d3b81e6d 100644 --- a/arch/x86/configs/x86_64_defconfig +++ b/arch/x86/configs/x86_64_defconfig | |||
@@ -176,6 +176,7 @@ CONFIG_E1000E=y | |||
176 | CONFIG_SKY2=y | 176 | CONFIG_SKY2=y |
177 | CONFIG_FORCEDETH=y | 177 | CONFIG_FORCEDETH=y |
178 | CONFIG_8139TOO=y | 178 | CONFIG_8139TOO=y |
179 | CONFIG_R8169=y | ||
179 | CONFIG_FDDI=y | 180 | CONFIG_FDDI=y |
180 | CONFIG_INPUT_POLLDEV=y | 181 | CONFIG_INPUT_POLLDEV=y |
181 | # CONFIG_INPUT_MOUSEDEV_PSAUX is not set | 182 | # CONFIG_INPUT_MOUSEDEV_PSAUX is not set |