memory: emif: Add Kconfig dependency for TI EMIF controller
[firefly-linux-kernel-4.4.55.git] / drivers / memory / Kconfig
1 #
2 # Memory devices
3 #
4
5 menuconfig MEMORY
6         bool "Memory Controller drivers"
7
8 if MEMORY
9
10 config TI_EMIF
11         tristate "Texas Instruments EMIF driver"
12         depends on ARCH_OMAP2PLUS
13         select DDR
14         help
15           This driver is for the EMIF module available in Texas Instruments
16           SoCs. EMIF is an SDRAM controller that, based on its revision,
17           supports one or more of DDR2, DDR3, and LPDDR2 SDRAM protocols.
18           This driver takes care of only LPDDR2 memories presently. The
19           functions of the driver includes re-configuring AC timing
20           parameters and other settings during frequency, voltage and
21           temperature changes
22
23 endif