diff options
author | Tom Rini | 2022-03-18 08:38:20 -0400 |
---|---|---|
committer | Tom Rini | 2022-03-25 12:01:15 +0000 |
commit | 29cc2b542d9f4f4c811516b9fdbe4ba3018c6463 (patch) | |
tree | 54915dbb9871c3a7c88440e705853bde99f31f12 /include/configs/dreamplug.h | |
parent | 5a606a4c977dda5d3079502dca12800c62a68465 (diff) |
Convert CONFIG_RESET_PHY_R to Kconfig
This converts the following to Kconfig:
CONFIG_RESET_PHY_R
Cc: Ramon Fried <rfried.dev@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/dreamplug.h')
-rw-r--r-- | include/configs/dreamplug.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/dreamplug.h b/include/configs/dreamplug.h index fd12a391875..07e2b8781fd 100644 --- a/include/configs/dreamplug.h +++ b/include/configs/dreamplug.h @@ -29,9 +29,6 @@ */ #define CONFIG_MVGBE_PORTS {1, 1} /* enable both ports */ #define CONFIG_PHY_BASE_ADR 0 -#ifdef CONFIG_RESET_PHY_R -#undef CONFIG_RESET_PHY_R /* remove legacy reset_phy() */ -#endif /* * SATA Driver configuration |