diff options
Diffstat (limited to 'drivers/memory/Kconfig')
-rw-r--r-- | drivers/memory/Kconfig | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/drivers/memory/Kconfig b/drivers/memory/Kconfig new file mode 100644 index 000000000000..b08327cca0e5 --- /dev/null +++ b/drivers/memory/Kconfig | |||
@@ -0,0 +1,22 @@ | |||
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 | select DDR | ||
13 | help | ||
14 | This driver is for the EMIF module available in Texas Instruments | ||
15 | SoCs. EMIF is an SDRAM controller that, based on its revision, | ||
16 | supports one or more of DDR2, DDR3, and LPDDR2 SDRAM protocols. | ||
17 | This driver takes care of only LPDDR2 memories presently. The | ||
18 | functions of the driver includes re-configuring AC timing | ||
19 | parameters and other settings during frequency, voltage and | ||
20 | temperature changes | ||
21 | |||
22 | endif | ||