All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] minnowboard_max: add CONFIG_IGB kconfig
@ 2018-07-14 19:15 Pierre-Louis Bossart
  2018-07-14 20:03 ` Thomas Petazzoni
  2018-07-19 21:34 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Pierre-Louis Bossart @ 2018-07-14 19:15 UTC (permalink / raw)
  To: buildroot

The 2017 MinnowBoard Turbot skews no longer use the Realtek 8169
Ethernet chip.  The Turbot D0 uses The Intel I211, the Turbot Dual
Ethernet has an I210 (quad-core) or I211 (dual-core).

Add CONFIG_IGB to the Linux config but keep the Realtek 8169 support
to avoid breaking older boards

Tested on Turbot D0, lspci -k shows the igb driver is used:
03:00.0 Class 0200: 8086:1539 igb

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
---
 board/minnowboard/linux.config | 1 +
 1 file changed, 1 insertion(+)

diff --git a/board/minnowboard/linux.config b/board/minnowboard/linux.config
index 03ffc5e371..27077dbcda 100644
--- a/board/minnowboard/linux.config
+++ b/board/minnowboard/linux.config
@@ -21,6 +21,7 @@ CONFIG_SATA_AHCI=y
 CONFIG_ATA_PIIX=y
 CONFIG_NETDEVICES=y
 CONFIG_R8169=y
+CONFIG_IGB=y
 CONFIG_INPUT_EVDEV=y
 CONFIG_SERIAL_8250=y
 CONFIG_SERIAL_8250_CONSOLE=y
-- 
2.14.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-07-19 21:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-14 19:15 [Buildroot] [PATCH] minnowboard_max: add CONFIG_IGB kconfig Pierre-Louis Bossart
2018-07-14 20:03 ` Thomas Petazzoni
2018-07-19 21:34 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.