diff options
author | Patrice Chotard | 2017-09-05 11:04:22 +0200 |
---|---|---|
committer | Tom Rini | 2017-09-22 07:39:58 -0400 |
commit | e9d1257203fdd63f27105cfc4368e80ce4864c92 (patch) | |
tree | 703dbd7be96bf0d87fe283e8b75ad24ffa5eb378 /include | |
parent | b7ca56dcda8a2be0e7ca6142448ab4153926aafc (diff) |
STiH410-B2260: enable USB Host Networking
Enable USB Host Networking support by enabling Ethernet/USB
adaptors support and by enabling some BOOTP flags
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/stih410-b2260.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/configs/stih410-b2260.h b/include/configs/stih410-b2260.h index e07dd0e1030..372c0836012 100644 --- a/include/configs/stih410-b2260.h +++ b/include/configs/stih410-b2260.h @@ -45,4 +45,19 @@ #define CONFIG_SKIP_LOWLEVEL_INIT +/* USB Configs */ +#define CONFIG_USB_OHCI_NEW +#define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS 2 + +#define CONFIG_USB_HOST_ETHER +#define CONFIG_USB_ETHER_ASIX +#define CONFIG_USB_ETHER_MCS7830 +#define CONFIG_USB_ETHER_SMSC95XX + +/* NET Configs */ +#define CONFIG_BOOTP_SUBNETMASK +#define CONFIG_BOOTP_GATEWAY +#define CONFIG_BOOTP_HOSTNAME +#define CONFIG_BOOTP_BOOTPATH + #endif /* __CONFIG_H */ |