aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorGuennadi Liakhovetski2008-04-15 07:14:25 -0500
committerWolfgang Denk2008-04-18 02:43:23 -0500
commit38254f45b0b412332726c90d3184ad47479fcffb (patch)
tree927798cfb0fb9f53e461071b63af16ebdc0b5912 /README
parent248b7d984cffa3107b5acb4c3f5501b7538d877a (diff)
downloadu-boot-38254f45b0b412332726c90d3184ad47479fcffb.tar.gz
u-boot-38254f45b0b412332726c90d3184ad47479fcffb.tar.xz
u-boot-38254f45b0b412332726c90d3184ad47479fcffb.zip
New i.MX31 SPI driver
This is an SPI driver for i.MX and MXC based SoCs from Freescale. So far only implemented and tested on i.MX31, can with a modified register layout and definitions be used for i.MX27, I think, MXC CPUs have similar SPI controllers too. Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index 3a10bd762b..956c694faf 100644
--- a/README
+++ b/README
@@ -1414,6 +1414,11 @@ The following options need to be configured:
1414 Currently supported on some MPC8xxx processors. For an 1414 Currently supported on some MPC8xxx processors. For an
1415 example, see include/configs/mpc8349emds.h. 1415 example, see include/configs/mpc8349emds.h.
1416 1416
1417 CONFIG_MXC_SPI
1418
1419 Enables the driver for the SPI controllers on i.MX and MXC
1420 SoCs. Currently only i.MX31 is supported.
1421
1417- FPGA Support: CONFIG_FPGA 1422- FPGA Support: CONFIG_FPGA
1418 1423
1419 Enables FPGA subsystem. 1424 Enables FPGA subsystem.