From abbaa8ed1462861f6635ab9f4643c9cb91906e35 Mon Sep 17 00:00:00 2001 From: Pascal Linder Date: Tue, 9 Jul 2019 09:30:27 +0200 Subject: km/rgmii: port Ethernet interface of KM Kirkwood boards to driver model Activate the driver model for the Ethernet interface (RGMII) in the KM Kirkwood Kconfig file. Additionally, raise the auto negotiation timeout to eight seconds as more time is required for those boards. Signed-off-by: Pascal Linder Signed-off-by: Holger Brunck Signed-off-by: Stefan Roese --- board/keymile/km_arm/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'board/keymile') diff --git a/board/keymile/km_arm/Kconfig b/board/keymile/km_arm/Kconfig index 335a454..be6b162 100644 --- a/board/keymile/km_arm/Kconfig +++ b/board/keymile/km_arm/Kconfig @@ -42,6 +42,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy def_bool y select BOARD_LATE_INIT select DM + select DM_ETH select DM_SERIAL select DM_SPI select DM_SPI_FLASH -- cgit v1.1