
19 Feb
2019
19 Feb
'19
2:05 a.m.
On Mon, Feb 18, 2019 at 11:28:02AM -0500, Murali Karicheri wrote:
Enable ti phy driver dp83867 for k2g based boards.
Signed-off-by: Murali Karicheri m-karicheri2@ti.com
include/configs/k2g_evm.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/configs/k2g_evm.h b/include/configs/k2g_evm.h index 90f9a9922c..9fe5411619 100644 --- a/include/configs/k2g_evm.h +++ b/include/configs/k2g_evm.h @@ -98,4 +98,5 @@
#include <configs/ti_armv7_keystone2.h>
+#define CONFIG_PHY_TI #endif /* __CONFIG_K2G_EVM_H */
Lets migrate to Kconfig while were here please, thanks!
--
Tom