diff options
author | Tom Rini <trini@konsulko.com> | 2017-08-07 22:00:34 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-08-08 17:02:31 -0400 |
commit | 1989374b21089c63019fc9648408c8d609023ffe (patch) | |
tree | 429c7284e4500562c315061ced6cd5f1e6b0f605 /configs/tplink_wdr4300_defconfig | |
parent | 6e7adf7037c76f081b149685fa5e978e2ddf2a22 (diff) | |
download | u-boot-1989374b21089c63019fc9648408c8d609023ffe.tar.gz |
configs: Finish migration of PHY_GIGE
Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/tplink_wdr4300_defconfig')
-rw-r--r-- | configs/tplink_wdr4300_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/tplink_wdr4300_defconfig b/configs/tplink_wdr4300_defconfig index 3caa1d4897..2469d0b542 100644 --- a/configs/tplink_wdr4300_defconfig +++ b/configs/tplink_wdr4300_defconfig @@ -35,6 +35,7 @@ CONFIG_SPI_FLASH_WINBOND=y CONFIG_SPI_FLASH_DATAFLASH=y CONFIG_SPI_FLASH_MTD=y CONFIG_DM_ETH=y +CONFIG_PHY_GIGE=y CONFIG_AG7XXX=y CONFIG_PINCTRL=y CONFIG_DM_SERIAL=y |