blob: 067f31174a0ea5aefea8a8f9c8cb10b70cf0d0e7 [file] [log] [blame]
Aneesh V7ec94452012-04-27 17:54:05 +05301#
2# Memory devices
3#
4
5menuconfig MEMORY
6 bool "Memory Controller drivers"
7
8if MEMORY
9
10config TI_EMIF
11 tristate "Texas Instruments EMIF driver"
Santosh Shilimkar18e9a972012-05-04 11:38:11 +053012 depends on ARCH_OMAP2PLUS
Aneesh V7ec94452012-04-27 17:54:05 +053013 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
Hiroshi DOYUc542fb72012-05-10 10:42:30 +030023config TEGRA20_MC
Hiroshi DOYUf0e33f92012-05-11 09:56:24 +030024 bool "Tegra20 Memory Controller(MC) driver"
25 default y
Hiroshi DOYUc542fb72012-05-10 10:42:30 +030026 depends on ARCH_TEGRA_2x_SOC
Hiroshi DOYUf0e33f92012-05-11 09:56:24 +030027 help
28 This driver is for the Memory Controller(MC) module available
29 in Tegra20 SoCs, mainly for a address translation fault
30 analysis, especially for IOMMU/GART(Graphics Address
31 Relocation Table) module.
Hiroshi DOYUc542fb72012-05-10 10:42:30 +030032
Hiroshi DOYUaf468102012-05-10 10:42:32 +030033config TEGRA30_MC
Hiroshi DOYU42d11492012-05-11 09:56:25 +030034 bool "Tegra30 Memory Controller(MC) driver"
35 default y
Hiroshi DOYUaf468102012-05-10 10:42:32 +030036 depends on ARCH_TEGRA_3x_SOC
Hiroshi DOYU42d11492012-05-11 09:56:25 +030037 help
38 This driver is for the Memory Controller(MC) module available
39 in Tegra30 SoCs, mainly for a address translation fault
40 analysis, especially for IOMMU/SMMU(System Memory Management
41 Unit) module.
Hiroshi DOYUaf468102012-05-10 10:42:32 +030042
Aneesh V7ec94452012-04-27 17:54:05 +053043endif