diff options
author | Alex Marginean <alexm.osslist@gmail.com> | 2019-06-03 19:12:28 +0300 |
---|---|---|
committer | Joe Hershberger <joe.hershberger@ni.com> | 2019-07-15 13:32:25 -0500 |
commit | ec9594a50f02944944dcc76a6cffce9861e8614d (patch) | |
tree | dd42eafb55474e8d9f645a9d72a5dac4b6fafa66 /arch/Kconfig | |
parent | c3452b50c3aaa0db2bb0bc68039fed4d40bedbc0 (diff) |
test: dm: add MDIO test
A very simple test for DM_MDIO, mimicks a register write/read through the
sandbox bus to a dummy PHY.
Signed-off-by: Alex Marginean <alexm.osslist@gmail.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r-- | arch/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index 355d214522..a946af816f 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -123,6 +123,8 @@ config SANDBOX imply DM_SOUND imply PCI_SANDBOX_EP imply PCH + imply PHYLIB + imply DM_MDIO config SH bool "SuperH architecture" |