linux-sysmocom: apu2: defconfig: enable IGB config to enable eth ifaces

Otherwise the ifaces are not detected.
This commit is contained in:
Pau Espin 2018-04-05 14:21:17 +02:00
parent 1b0ec652ab
commit a00799a110
2 changed files with 4 additions and 2 deletions

View File

@ -1675,7 +1675,8 @@ CONFIG_E100=y
CONFIG_E1000=y
CONFIG_E1000E=y
CONFIG_E1000E_HWTS=y
# CONFIG_IGB is not set
CONFIG_IGB=y
CONFIG_IGB_HWMON=y
# CONFIG_IGBVF is not set
# CONFIG_IXGB is not set
# CONFIG_IXGBE is not set
@ -2115,6 +2116,7 @@ CONFIG_I2C_COMPAT=y
# CONFIG_I2C_MUX is not set
CONFIG_I2C_HELPER_AUTO=y
CONFIG_I2C_SMBUS=y
CONFIG_I2C_ALGOBIT=y
#
# I2C Hardware Bus support

View File

@ -15,7 +15,7 @@ BTS_FIRMWARE_NAME_sysmobts-v2 = "sysmobts-v2"
SRCREV = "27afed74546b4fa5546aeea26128eae2dcdc7c1f"
PR = "r4"
PR = "r5"
PV = "${LINUX_VERSION}+git${SRCPV}"
SRC_URI = "git://git.sysmocom.de/sysmo-bts/linux.git;protocol=git;branch=tracking/linux-stable-4.9 \