2012-04-27 12:24:05 +00:00
|
|
|
#
|
|
|
|
# Memory devices
|
|
|
|
#
|
|
|
|
|
|
|
|
menuconfig MEMORY
|
|
|
|
bool "Memory Controller drivers"
|
|
|
|
|
|
|
|
if MEMORY
|
|
|
|
|
|
|
|
config TI_EMIF
|
|
|
|
tristate "Texas Instruments EMIF driver"
|
2012-05-04 06:08:11 +00:00
|
|
|
depends on ARCH_OMAP2PLUS
|
2012-04-27 12:24:05 +00:00
|
|
|
select DDR
|
|
|
|
help
|
|
|
|
This driver is for the EMIF module available in Texas Instruments
|
|
|
|
SoCs. EMIF is an SDRAM controller that, based on its revision,
|
|
|
|
supports one or more of DDR2, DDR3, and LPDDR2 SDRAM protocols.
|
|
|
|
This driver takes care of only LPDDR2 memories presently. The
|
|
|
|
functions of the driver includes re-configuring AC timing
|
|
|
|
parameters and other settings during frequency, voltage and
|
|
|
|
temperature changes
|
|
|
|
|
|
|
|
endif
|