diff options
author | Markus Klotzbuecher <mk@denx.de> | 2006-11-27 11:44:58 +0100 |
---|---|---|
committer | Markus Klotzbuecher <mk@pollux.denx.de> | 2006-11-27 11:44:58 +0100 |
commit | 7b59b3c7a8ce2e4b567abf99c1cd667bf35b9418 (patch) | |
tree | 360384a18d6bef3a36e5379f6282a4045b681093 /include/configs/mp2usb.h | |
parent | 53e336e9ffc51035bdc4e5867631b3378761b4df (diff) |
Introduced the configuration option CONFIG_USB_OHCI_NEW in order to be able
to choose between the old and the generic OHCI drivers.
Diffstat (limited to 'include/configs/mp2usb.h')
-rw-r--r-- | include/configs/mp2usb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mp2usb.h b/include/configs/mp2usb.h index d182d49488a..2cf78a3b150 100644 --- a/include/configs/mp2usb.h +++ b/include/configs/mp2usb.h @@ -101,7 +101,7 @@ #undef CONFIG_MODEM_SUPPORT /* disable modem initialization stuff */ -#define CONFIG_USB_OHCI 1 +#define CONFIG_USB_OHCI_NEW 1 #define CONFIG_USB_KEYBOARD 1 #define CONFIG_USB_STORAGE 1 #define CONFIG_DOS_PARTITION 1 |