summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Robinson <[email protected]>2019-07-01 17:05:53 +0100
committerKever Yang <[email protected]>2019-07-19 11:11:09 +0800
commita6a056b9a6ef714b19eb7a29597467deea06bf2b (patch)
treedae8e125fad6030feeb7f448cba40498ab79c869
parentab8833638071dda0821eb3bbf862e2e3e7597545 (diff)
configs: rockchip: rock960: Add support for USB ethernet adapters
As the Rock960 doesn't have an onboard wired ethernet interface it's useful to have some common USB wired ethernet devices added to enable testing. Signed-off-by: Peter Robinson <[email protected]> Reviewed-by: Kever Yang <[email protected]> Reviewed-by: Manivannan Sadhasivam <[email protected]>
-rw-r--r--configs/rock960-rk3399_defconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/rock960-rk3399_defconfig b/configs/rock960-rk3399_defconfig
index 20c9cdeda3f..90115e903b1 100644
--- a/configs/rock960-rk3399_defconfig
+++ b/configs/rock960-rk3399_defconfig
@@ -48,5 +48,12 @@ CONFIG_USB=y
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_EHCI_GENERIC=y
CONFIG_ROCKCHIP_USB2_PHY=y
+CONFIG_DM_ETH=y
+CONFIG_USB_HOST_ETHER=y
+CONFIG_USB_ETHER_ASIX88179=y
+CONFIG_USB_ETHER_ASIX=y
+CONFIG_USB_ETHER_MCS7830=y
+CONFIG_USB_ETHER_RTL8152=y
+CONFIG_USB_ETHER_SMSC95XX=y
CONFIG_USE_TINY_PRINTF=y
CONFIG_ERRNO_STR=y