Skip to content

Commit 73c22ca

Browse files
committed
boards/galileo: Enable ethernet in the default configuration
Enable it by default now that the eth_dw driver has been ported to the new IP stack. Jira: ZEP-1652 Change-Id: I39dd30d7231a657fc024ef32668156af7201f3f3 Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>
1 parent 11920f5 commit 73c22ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

boards/x86/galileo/galileo_defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ CONFIG_GPIO_SCH_0=y
2222
CONFIG_GPIO_SCH_1=y
2323
CONFIG_SHARED_IRQ=y
2424
CONFIG_SHARED_IRQ_0_LEVEL_LOW=y
25+
CONFIG_ETH_DW=y
26+
CONFIG_ETH_DW_0=y
27+
CONFIG_ETH_DW_0_IRQ_SHARED_NAME="SHARED_IRQ0"

0 commit comments

Comments
 (0)