]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/stamp9g20.h
at91: enable USB ethernet for taskit stamp9g20
[karo-tx-uboot.git] / include / configs / stamp9g20.h
index 95fc26ba9b220eacde6bc4adb94cd21d65d5914d..01085dc5c1149e2e30649b261bd03e78438d3c32 100644 (file)
@@ -35,7 +35,6 @@
 /* ARM asynchronous clock */
 #define CONFIG_SYS_AT91_SLOW_CLOCK     32768           /* slow clock xtal */
 #define CONFIG_SYS_AT91_MAIN_CLOCK     18432000        /* 18.432MHz crystal */
-#define CONFIG_SYS_HZ                  1000            /* 1ms resolution */
 
 /* misc settings */
 #define CONFIG_CMDLINE_TAG             /* pass commandline to Kernel */
  * can enable it here if your baseboard features ethernet.
  */
 
-/* #define CONFIG_MACB */
+#define CONFIG_MACB
+#define CONFIG_USB_HOST_ETHER
+#define CONFIG_USB_ETHER_ASIX
+#define CONFIG_USB_ETHER_MCS7830
 
 #ifdef CONFIG_MACB
 # define CONFIG_RMII                   /* use reduced MII inteface */
 # define CONFIG_NET_RETRY_COUNT        20      /* # of DHCP/BOOTP retries */
+#define CONFIG_AT91_WANTS_COMMON_PHY
 
 /* BOOTP and DHCP options */
 # define CONFIG_BOOTP_BOOTFILESIZE