aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorDylan Hung <dylan_hung@aspeedtech.com>2021-11-02 13:41:54 +0800
committerRamon Fried <rfried.dev@gmail.com>2021-11-23 09:57:56 +0200
commit8b41dedd4000171a093e19e275739578b4593a16 (patch)
treef0c0da7f87972d33d7ff7581b7a40068108a117b /drivers/net/Kconfig
parent10aaefba52ad8db04c6154ac1f580b7c55ab543c (diff)
downloadu-boot-8b41dedd4000171a093e19e275739578b4593a16.zip
u-boot-8b41dedd4000171a093e19e275739578b4593a16.tar.gz
u-boot-8b41dedd4000171a093e19e275739578b4593a16.tar.bz2
drivers: net: add Aspeed MDIO driver
Add a driver for the MDIO interface for Aspeed AST2600 SOC. The driver only supports clause 22 for now. Signed-off-by: Dylan Hung <dylan_hung@aspeedtech.com> Reviewed-by: Ramon Fried <rfried.dev@gmail.com> Reviewed-by: Ryan Chen <ryan_chen@aspeedtech.com>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 8e9109c..e054bec 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -851,6 +851,13 @@ config FSL_LS_MDIO
This driver supports the MDIO bus found on the Fman 10G Ethernet MACs and
on the mEMAC (which supports both Clauses 22 and 45).
+config ASPEED_MDIO
+ bool "Aspeed MDIO interface support"
+ depends on DM_MDIO
+ help
+ This driver supports the MDIO bus of Aspeed AST2600 SOC. The driver
+ currently supports Clause 22.
+
config MDIO_MUX_MMIOREG
bool "MDIO MUX accessed as a MMIO register access"
depends on DM_MDIO_MUX