Skip to content

Commit

Permalink
mixin updates
Browse files Browse the repository at this point in the history
Fix for ethernet driver not loaded in ADL NUC
Ethernet driver for ethernet controller I225-LM/I225-V is not loaded.
Driver corresponding to ethernet controller I225-LM/I225-V in ADL NUC
is igc and it is not enabled in kernel config causing ethernet not
working in ADL NUC.
Fix the issue by enabling ethernet driver for ethernet controller
I225-LM/I225-V.

Tracked-On: OAM-104133
Mixin-Reviewed-On: projectceladon/device-androidia-mixins#1488
Signed-off-by: Jeevaka Prabu Badrappan <[email protected]>
  • Loading branch information
buildslave authored and sysopenci committed Oct 12, 2022
1 parent a5fe6b8 commit 5694548
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion caas/config-lts/lts2020-yocto/x86_64_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2129,7 +2129,7 @@ CONFIG_E1000E_HWTS=y
# CONFIG_I40EVF is not set
# CONFIG_ICE is not set
# CONFIG_FM10K is not set
# CONFIG_IGC is not set
CONFIG_IGC=y
# CONFIG_JME is not set
# CONFIG_NET_VENDOR_MARVELL is not set
# CONFIG_NET_VENDOR_MELLANOX is not set
Expand Down
2 changes: 1 addition & 1 deletion caas_cfc/config-lts/lts2020-yocto/x86_64_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2129,7 +2129,7 @@ CONFIG_E1000E_HWTS=y
# CONFIG_I40EVF is not set
# CONFIG_ICE is not set
# CONFIG_FM10K is not set
# CONFIG_IGC is not set
CONFIG_IGC=y
# CONFIG_JME is not set
# CONFIG_NET_VENDOR_MARVELL is not set
# CONFIG_NET_VENDOR_MELLANOX is not set
Expand Down
2 changes: 1 addition & 1 deletion celadon_ivi/config-lts/lts2020-yocto/x86_64_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2129,7 +2129,7 @@ CONFIG_E1000E_HWTS=y
# CONFIG_I40EVF is not set
# CONFIG_ICE is not set
# CONFIG_FM10K is not set
# CONFIG_IGC is not set
CONFIG_IGC=y
# CONFIG_JME is not set
# CONFIG_NET_VENDOR_MARVELL is not set
# CONFIG_NET_VENDOR_MELLANOX is not set
Expand Down
2 changes: 1 addition & 1 deletion celadon_tablet/config-lts/lts2020-yocto/x86_64_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2129,7 +2129,7 @@ CONFIG_E1000E_HWTS=y
# CONFIG_I40EVF is not set
# CONFIG_ICE is not set
# CONFIG_FM10K is not set
# CONFIG_IGC is not set
CONFIG_IGC=y
# CONFIG_JME is not set
# CONFIG_NET_VENDOR_MARVELL is not set
# CONFIG_NET_VENDOR_MELLANOX is not set
Expand Down

0 comments on commit 5694548

Please sign in to comment.