From 5e19f4aa138144c92b63e9e6f1f931ac9b0db3ef Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 18 Jul 2021 19:02:40 -0600 Subject: samsung: exynos: Convert SROMC interface to a driver Add a bus driver for this and use it to configure the bus parameters for the Ethernet interface. Drop the old pre-driver-model code. Switch over to use driver model for Ethernet. Signed-off-by: Simon Glass Reviewed-by: Jaehoon Chung Signed-off-by: Minkyu Kang --- arch/arm/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/Kconfig') diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 9de97cc101..ff51a4e623 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -661,6 +661,7 @@ config ARCH_EXYNOS select DM select DM_GPIO select DM_I2C + select DM_ETH select DM_KEYBOARD select DM_SERIAL select DM_SPI -- cgit v1.2.3