X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fstamp9g20.h;h=5d51abfc01f5584110e6e967cdf23e43da2030ad;hb=6eed3786c68c8a49d2986ac4f9f6e3071b769d41;hp=7d6f62b326aa7a71ca0de8df32226ba66f23905a;hpb=f232950f82d11d411ad29663d98851ac02fd29fb;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/stamp9g20.h b/include/configs/stamp9g20.h index 7d6f62b..5d51abf 100644 --- a/include/configs/stamp9g20.h +++ b/include/configs/stamp9g20.h @@ -140,11 +140,15 @@ * 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 @@ -164,6 +168,7 @@ /* USB configuration */ #define CONFIG_USB_ATMEL +#define CONFIG_USB_ATMEL_CLK_SEL_PLLB #define CONFIG_USB_OHCI_NEW #define CONFIG_USB_STORAGE #define CONFIG_DOS_PARTITION @@ -243,7 +248,6 @@ # define CONFIG_CMD_DHCP #else # undef CONFIG_CMD_BOOTD -# undef CONFIG_CMD_NET # undef CONFIG_CMD_NFS #endif /* CONFIG_MACB */