diff options
author | Jesper Nilsson <jesper.nilsson@axis.com> | 2010-08-03 17:34:28 +0200 |
---|---|---|
committer | Jesper Nilsson <jesper.nilsson@axis.com> | 2010-08-04 13:02:30 +0200 |
commit | 98560bd83e73b5c0cf38e3d984892f46a405a172 (patch) | |
tree | 7ebd32772309f6ea50866b3fe7a9364ce3c77996 /arch/cris/arch-v32/mach-a3/Kconfig | |
parent | 2d0503d1a6816e920e5b827bbe4eea7370c8130e (diff) | |
download | op-kernel-dev-98560bd83e73b5c0cf38e3d984892f46a405a172.zip op-kernel-dev-98560bd83e73b5c0cf38e3d984892f46a405a172.tar.gz |
CRIS: Add more delays in DDR setup
Also, make DDR latency configurable.
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
Diffstat (limited to 'arch/cris/arch-v32/mach-a3/Kconfig')
-rw-r--r-- | arch/cris/arch-v32/mach-a3/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/cris/arch-v32/mach-a3/Kconfig b/arch/cris/arch-v32/mach-a3/Kconfig index a4df06d..7796aaf 100644 --- a/arch/cris/arch-v32/mach-a3/Kconfig +++ b/arch/cris/arch-v32/mach-a3/Kconfig @@ -33,6 +33,10 @@ config ETRAX_DDR2_CONFIG hex "DDR2 config" default "0" +config ETRAX_DDR2_LATENCY + hex "DDR2 latency" + default "0" + config ETRAX_PIO_CE0_CFG hex "PIO CE0 configuration" default "0" |