commit | 43c8b31d43358c73c71213db17e2497677608c4f | [log] [tgz] |
---|---|---|
author | Markus Klotzbuecher <mk@denx.de> | Mon Nov 27 11:44:58 2006 +0100 |
committer | Markus Klotzbuecher <mk@pollux.denx.de> | Mon Nov 27 11:44:58 2006 +0100 |
tree | 360384a18d6bef3a36e5379f6282a4045b681093 | |
parent | 661ffe58e4a8c34a38392f81c01eba1c568f0504 [diff] [blame] |
Introduced the configuration option CONFIG_USB_OHCI_NEW in order to be able to choose between the old and the generic OHCI drivers.
diff --git a/include/configs/trab.h b/include/configs/trab.h index 33617cd..acf86d0 100644 --- a/include/configs/trab.h +++ b/include/configs/trab.h
@@ -80,7 +80,7 @@ #define CFG_EEPROM_PAGE_WRITE_DELAY_MS 10 /* USB stuff */ -#define CONFIG_USB_OHCI 1 +#define CONFIG_USB_OHCI_NEW 1 #define CONFIG_USB_STORAGE 1 #define CONFIG_DOS_PARTITION 1