From: Simon Glass Date: Wed, 6 Mar 2013 14:08:35 +0000 (+0000) Subject: x86: Enable USB features for coreboot X-Git-Tag: v2013.04-rc2~23^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0641ce5b5a677f34bf19845893dc12d3504d55a9;p=kernel%2Fu-boot.git x86: Enable USB features for coreboot Enable PCI EHCI, storage, keyboard and Ethernet for USB. Signed-off-by: Simon Glass --- diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h index 49f05de..87daf62 100644 --- a/include/configs/coreboot.h +++ b/include/configs/coreboot.h @@ -273,6 +273,23 @@ */ #define CONFIG_PCI +/*----------------------------------------------------------------------- + * USB configuration + */ +#define CONFIG_USB_EHCI +#define CONFIG_USB_EHCI_PCI +#define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 12 +#define CONFIG_USB_MAX_CONTROLLER_COUNT 2 +#define CONFIG_USB_STORAGE +#define CONFIG_USB_KEYBOARD +#define CONFIG_SYS_USB_EVENT_POLL + +#define CONFIG_USB_HOST_ETHER +#define CONFIG_USB_ETHER_ASIX +#define CONFIG_USB_ETHER_SMSC95XX + +#define CONFIG_CMD_USB + #define CONFIG_EXTRA_ENV_SETTINGS \ CONFIG_STD_DEVICES_SETTINGS