diff options
author | Tom Rini <trini@konsulko.com> | 2022-03-18 08:38:26 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-03-25 12:01:15 +0000 |
commit | 16199a8b961fab60587011e9da5a592b94d3eaf4 (patch) | |
tree | e05a720eb15bd9af882725de6dea0ee4bb937d28 /README | |
parent | 0b956e3987bf856add12023e1835bfa9662d13ee (diff) | |
download | u-boot-16199a8b961fab60587011e9da5a592b94d3eaf4.zip u-boot-16199a8b961fab60587011e9da5a592b94d3eaf4.tar.gz u-boot-16199a8b961fab60587011e9da5a592b94d3eaf4.tar.bz2 |
Convert CONFIG_PHY_RESET_DELAY to Kconfig
This converts the following to Kconfig:
CONFIG_PHY_RESET_DELAY
Cc: Ramon Fried <rfried.dev@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -1075,13 +1075,6 @@ The following options need to be configured: The clock frequency of the MII bus - CONFIG_PHY_RESET_DELAY - - Some PHY like Intel LXT971A need extra delay after - reset before any MII register access is possible. - For such PHY, set this option to the usec delay - required. (minimum 300usec for LXT971A) - CONFIG_PHY_CMD_DELAY (ppc4xx) Some PHY like Intel LXT971A need extra delay after |