On 19.08.20 15:54, Daniel Schwierzeck wrote:
Am Montag, den 17.08.2020, 15:06 +0200 schrieb Stefan Roese:
This patch enables USB support with some helpful commands, like fs
support.

Signed-off-by: Stefan Roese <s...@denx.de>

---

  configs/octeon_ebb7304_defconfig | 17 +++++++++++++++++
  1 file changed, 17 insertions(+)

diff --git a/configs/octeon_ebb7304_defconfig b/configs/octeon_ebb7304_defconfig
index 105fe5b00a..a98d73a268 100644
--- a/configs/octeon_ebb7304_defconfig
+++ b/configs/octeon_ebb7304_defconfig
@@ -15,12 +15,19 @@ CONFIG_HUSH_PARSER=y
  CONFIG_CMD_GPIO=y
  CONFIG_CMD_I2C=y
  CONFIG_CMD_MTD=y
+CONFIG_CMD_PART=y
  CONFIG_CMD_PCI=y
+CONFIG_CMD_USB=y
  CONFIG_CMD_DHCP=y
  CONFIG_CMD_PING=y
  CONFIG_CMD_TIME=y
+CONFIG_CMD_EXT4=y
+CONFIG_CMD_FAT=y
+CONFIG_CMD_FS_GENERIC=y
+# CONFIG_DOS_PARTITION is not set
  CONFIG_ENV_IS_IN_FLASH=y
  CONFIG_ENV_ADDR=0x1FBFE000
+CONFIG_BLK=y
  CONFIG_CLK=y
  # CONFIG_INPUT is not set
  CONFIG_MTD=y
@@ -48,4 +55,14 @@ CONFIG_SPI=y
  CONFIG_OCTEON_SPI=y
  CONFIG_SYSRESET=y
  CONFIG_SYSRESET_OCTEON=y
+CONFIG_USB=y
+CONFIG_DM_USB=y
+CONFIG_USB_XHCI_HCD=y
+CONFIG_USB_XHCI_DWC3=y
+CONFIG_USB_HOST_ETHER=y
+CONFIG_USB_ETHER_ASIX=y
+CONFIG_USB_ETHER_ASIX88179=y
+CONFIG_USB_ETHER_MCS7830=y
+CONFIG_USB_ETHER_RTL8152=y
+CONFIG_USB_ETHER_SMSC95XX=y

is it intentional to enable all USB ethernet drivers?

Yes. As we currently don't have support for the integrated ethernet
controller(s), I wanted to give the user as many choices of supported
USB ethernet adapters as possible.

Thanks,
Stefan

Reply via email to