Convert CONFIG_USB_OHCI_NEW et al to Kconfig
[platform/kernel/u-boot.git] / include / configs / at91sam9x5ek.h
index 6857f2e..758a91c 100644 (file)
 /* USB */
 #ifdef CONFIG_CMD_USB
 #ifndef CONFIG_USB_EHCI_HCD
-#define CONFIG_USB_ATMEL
-#define CONFIG_USB_ATMEL_CLK_SEL_UPLL
-#define CONFIG_USB_OHCI_NEW
-#define CONFIG_SYS_USB_OHCI_CPU_INIT
 #define CONFIG_SYS_USB_OHCI_REGS_BASE          ATMEL_BASE_OHCI
-#define CONFIG_SYS_USB_OHCI_SLOT_NAME          "at91sam9x5"
-#define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS     3
 #endif
 #endif