net: Move the CMD_NET config to defconfigs
[platform/kernel/u-boot.git] / include / configs / stamp9g20.h
index 95fc26b..5d51abf 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
 # define CONFIG_CMD_DHCP
 #else
 # undef CONFIG_CMD_BOOTD
-# undef CONFIG_CMD_NET
 # undef CONFIG_CMD_NFS
 #endif /* CONFIG_MACB */