diff options
author | Thomas Chou <thomas@wytron.com.tw> | 2015-10-22 15:29:11 +0800 |
---|---|---|
committer | Thomas Chou <thomas@wytron.com.tw> | 2015-10-23 14:55:48 +0800 |
commit | 96fa1e4385bb1b63c58c48d10b552605f47a6f7f (patch) | |
tree | 7eb03aa53fb9eba6c8630d2193c86c019a7a56f1 /configs/nios2-generic_defconfig | |
parent | 8a3ea979666799d09b57efd05d0b41bda1ac7d69 (diff) | |
download | u-boot-imx-96fa1e4385bb1b63c58c48d10b552605f47a6f7f.zip u-boot-imx-96fa1e4385bb1b63c58c48d10b552605f47a6f7f.tar.gz u-boot-imx-96fa1e4385bb1b63c58c48d10b552605f47a6f7f.tar.bz2 |
net: convert altera_tse to driver model and phylib
Convert altera_tse to driver model and phylib.
Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Reviewed-by: Marek Vasut <marex@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/nios2-generic_defconfig')
-rw-r--r-- | configs/nios2-generic_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/nios2-generic_defconfig b/configs/nios2-generic_defconfig index ea07b56..fbc27ea 100644 --- a/configs/nios2-generic_defconfig +++ b/configs/nios2-generic_defconfig @@ -18,6 +18,8 @@ CONFIG_NET_RANDOM_ETHADDR=y CONFIG_ALTERA_PIO=y CONFIG_MISC=y CONFIG_ALTERA_SYSID=y +CONFIG_DM_ETH=y +CONFIG_ALTERA_TSE=y CONFIG_ALTERA_JTAG_UART=y CONFIG_ALTERA_JTAG_UART_BYPASS=y CONFIG_TIMER=y |