diff options
author | Rene Griessl <rgriessl@cit-ec.uni-bielefeld.de> | 2014-11-07 16:53:49 +0100 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2014-12-31 19:10:13 +0100 |
commit | edd88905ae292355991f13fd0d3c7b3368103050 (patch) | |
tree | e6330665b86475ea38d6ac933d07f11c84108d8c /include/configs/arndale.h | |
parent | e9954b867ce068a9eec35edf18ba79cc7f0127d1 (diff) |
usb: eth: enable AX88179 DRIVER for ARNDALE 5250
Patch enables AX88179 driver for ARNDALE 5250
Signed-off-by: Rene Griessl <rgriessl@cit-ec.uni-bielefeld.de>
Diffstat (limited to 'include/configs/arndale.h')
-rw-r--r-- | include/configs/arndale.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/arndale.h b/include/configs/arndale.h index 81e8a7c3a36..d68993bb1f7 100644 --- a/include/configs/arndale.h +++ b/include/configs/arndale.h @@ -27,6 +27,7 @@ #define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 3 #define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX +#define CONFIG_USB_ETHER_ASIX88179 /* MMC SPL */ #define CONFIG_EXYNOS_SPL |