diff options
Diffstat (limited to 'README')
| -rw-r--r-- | README | 18 | 
1 files changed, 14 insertions, 4 deletions
| @@ -660,10 +660,13 @@ The following options need to be configured:  		one partition type as well.  - IDE Reset method: -		CONFIG_IDE_RESET_ROUTINE +		CONFIG_IDE_RESET_ROUTINE - this is defined in several +		board configurations files but used nowhere! -		Set this to define that instead of a reset Pin, the -		routine ide_set_reset(int idereset) will be used. +		CONFIG_IDE_RESET - is this is defined, IDE Reset will +		be performed by calling the function +			ide_set_reset(int reset) +		which has to be defined in a board specific file  - ATAPI Support:  		CONFIG_ATAPI @@ -728,7 +731,7 @@ The following options need to be configured:  - USB Support:  		At the moment only the UHCI host controller is -		supported (PIP405, MIP405); define +		supported (PIP405, MIP405, MPC5200); define  		CONFIG_USB_UHCI to enable it.  		define CONFIG_USB_KEYBOARD to enable the USB Keyboard  		end define CONFIG_USB_STORAGE to enable the USB @@ -736,6 +739,13 @@ The following options need to be configured:  		Note:  		Supported are USB Keyboards and USB Floppy drives  		(TEAC FD-05PUB). +		MPC5200 USB requires additional defines: +			CONFIG_USB_CLOCK +				for 528 MHz Clock: 0x0001bbbb +			CONFIG_USB_CONFIG +				for differential drivers: 0x00001000 +				for single ended drivers: 0x00005000 +  - MMC Support:  		The MMC controller on the Intel PXA is supported. To | 
