From a47233a30055660ad64d865f1fde19503ed02696 Mon Sep 17 00:00:00 2001 From: Ilya Yanok Date: Tue, 7 Aug 2012 00:50:08 +0000 Subject: am335x_evm: enable SMSC PHY driver Beaglebone uses SMSC PHY which works incorrectly with generic PHY driver so enable SMSC PHY driver to fix networking problems on Beaglebone. Signed-off-by: Ilya Yanok --- include/configs/am335x_evm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index 69ab076df..c827ebfce 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h @@ -242,5 +242,6 @@ #define CONFIG_NET_MULTI #define CONFIG_PHY_GIGE #define CONFIG_PHYLIB +#define CONFIG_PHY_SMSC #endif /* ! __CONFIG_AM335X_EVM_H */ -- cgit v1.2.3