board/minnowboard: add CONFIG_IGB in Linux kernel config
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Sat, 14 Jul 2018 19:15:14 +0000 (14:15 -0500)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 14 Jul 2018 20:03:06 +0000 (22:03 +0200)
commit02b7fbf8fc4321d5d7aab4bdc85f759060e016d7
treec3c6bb5a5e5dae33d13d801cd8ee340262d3d249
parent49fc9ab9b337c372b84e82c37a791608881b7345
board/minnowboard: add CONFIG_IGB in Linux kernel config

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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
board/minnowboard/linux.config