diff options
author | Jens Gehrlein <sew_s@tqs.de> | 2008-05-05 12:06:11 (GMT) |
---|---|---|
committer | Ben Warren <biggerbadderben@gmail.com> | 2008-05-23 06:10:01 (GMT) |
commit | 557b377d8bfc8b833b6e749457bcdfa298331a24 (patch) | |
tree | ec81af9d6e1a6f0d3d6074bee90c8e6dbb477f47 /README | |
parent | 2c8d41969b47eb0b973912830c58689b2ba0e50a (diff) | |
download | u-boot-fsl-qoriq-557b377d8bfc8b833b6e749457bcdfa298331a24.tar.xz |
smc911x: add 16 bit support
Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -786,6 +786,21 @@ The following options need to be configured: Define this to use i/o functions instead of macros (some hardware wont work with macros) + CONFIG_DRIVER_SMC911X + Support for SMSC's LAN911x and LAN921x chips + + CONFIG_DRIVER_SMC911X_BASE + Define this to hold the physical address + of the device (I/O space) + + CONFIG_DRIVER_SMC911X_32_BIT + Define this if data bus is 32 bits + + CONFIG_DRIVER_SMC911X_16_BIT + Define this if data bus is 16 bits. If your processor + automatically converts one 32 bit word to two 16 bit + words you may also try CONFIG_DRIVER_SMC911X_32_BIT. + - USB Support: At the moment only the UHCI host controller is supported (PIP405, MIP405, MPC5200); define |