diff options
author | Tom Rini | 2022-03-18 08:38:26 -0400 |
---|---|---|
committer | Tom Rini | 2022-03-25 12:01:15 +0000 |
commit | 16199a8b961fab60587011e9da5a592b94d3eaf4 (patch) | |
tree | e05a720eb15bd9af882725de6dea0ee4bb937d28 /configs/comtrend_wap5813n_ram_defconfig | |
parent | 0b956e3987bf856add12023e1835bfa9662d13ee (diff) |
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 'configs/comtrend_wap5813n_ram_defconfig')
-rw-r--r-- | configs/comtrend_wap5813n_ram_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/comtrend_wap5813n_ram_defconfig b/configs/comtrend_wap5813n_ram_defconfig index a2e5f9648c6..5ad85b10f50 100644 --- a/configs/comtrend_wap5813n_ram_defconfig +++ b/configs/comtrend_wap5813n_ram_defconfig @@ -50,6 +50,7 @@ CONFIG_CFI_FLASH=y CONFIG_SYS_FLASH_PROTECTION=y CONFIG_SYS_FLASH_CFI=y CONFIG_SYS_MAX_FLASH_BANKS_DETECT=y +CONFIG_PHY_RESET_DELAY=20 CONFIG_DM_ETH=y CONFIG_PHY_GIGE=y CONFIG_BCM6368_ETH=y |