boards: sam_e70_explained: Enable ethernet by default

As the board has ethernet chip it makes sense to enable the
ethernet support by default.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
Jukka Rissanen 2018-03-15 15:44:16 +02:00 committed by Anas Nashif
parent ebb7845937
commit 9643fd2bd4

View File

@ -14,3 +14,4 @@ CONFIG_USART_SAM=y
CONFIG_USART_SAM_PORT_1=y
CONFIG_BOARD_SAM_E70_XPLAINED=y
CONFIG_GPIO_SAM=y
CONFIG_ETH_SAM_GMAC=y