From ae0d82fc64be74bdf897f8e751ace1f8d06ab6f8 Mon Sep 17 00:00:00 2001 From: Neil Armstrong Date: Wed, 18 Oct 2017 10:02:12 +0200 Subject: arm: amlogic: p212: Add support for Ethernet with Internal PHY This patch adds support for the Internal RMII Ethernet PHY on the Amlogic P212 Reference Board. Signed-off-by: Neil Armstrong --- configs/p212_defconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configs/p212_defconfig') diff --git a/configs/p212_defconfig b/configs/p212_defconfig index 3c576218a9d..d4b534954ee 100644 --- a/configs/p212_defconfig +++ b/configs/p212_defconfig @@ -20,6 +20,10 @@ CONFIG_OF_CONTROL=y CONFIG_DM_GPIO=y CONFIG_DM_MMC=y CONFIG_MMC_MESON_GX=y +CONFIG_DM_ETH=y +CONFIG_ETH_DESIGNWARE=y +CONFIG_PHY_MESON_GXL=y +CONFIG_NET_RANDOM_ETHADDR=y CONFIG_PINCTRL=y CONFIG_PINCTRL_MESON_GXL=y CONFIG_DEBUG_UART_MESON=y -- cgit v1.2.3