summaryrefslogtreecommitdiff
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-07-19 04:02:40 +0300
committerMinkyu Kang <mk7.kang@samsung.com>2021-07-27 04:34:27 +0300
commit5e19f4aa138144c92b63e9e6f1f931ac9b0db3ef (patch)
tree52c32ca8f0d4ec116086c342120fdf6d9224c409 /arch/arm/Kconfig
parentb70b9b07463db2f6937c7ea6d7fb5122feb7ba1b (diff)
downloadu-boot-5e19f4aa138144c92b63e9e6f1f931ac9b0db3ef.tar.xz
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 <sjg@chromium.org> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
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