diff options
| author | Wolfgang Denk <[email protected]> | 2011-02-04 20:38:27 +0100 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2011-02-04 20:38:27 +0100 |
| commit | 4bfa18fb99e4ffa9451d9ec95375a5e970847bf8 (patch) | |
| tree | f282cf36e32c60c4fce716c1e7ce236f7d19f5ae /README | |
| parent | 42d44f631c4e8e5359775bdc098f2fffde4e5c05 (diff) | |
| parent | e72f46787f44c1104a8df18511ab230b6072a1f0 (diff) | |
Merge branch 'master' of git://git.denx.de/u-boot-sh
Diffstat (limited to 'README')
| -rw-r--r-- | README | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -892,6 +892,18 @@ The following options need to be configured: automatically converts one 32 bit word to two 16 bit words you may also try CONFIG_SMC911X_32_BIT. + CONFIG_SH_ETHER + Support for Renesas on-chip Ethernet controller + + CONFIG_SH_ETHER_USE_PORT + Define the number of ports to be used + + CONFIG_SH_ETHER_PHY_ADDR + Define the ETH PHY's address + + CONFIG_SH_ETHER_CACHE_WRITEBACK + If this option is set, the driver enables cache flush. + - USB Support: At the moment only the UHCI host controller is supported (PIP405, MIP405, MPC5200); define @@ -1648,6 +1660,11 @@ The following options need to be configured: SPI EEPROM, also an instance works with Crystal A/D and D/As on the SACSng board) + CONFIG_SH_SPI + + Enables the driver for SPI controller on SuperH. Currently + only SH7757 is supported. + CONFIG_SPI_X Enables extended (16-bit) SPI EEPROM addressing. |
