summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/lpddr/Kconfig
diff options
context:
space:
mode:
authorVincenzo Aliberti2014-05-15 23:19:32 +0200
committerBrian Norris2014-05-21 02:45:17 +0200
commit96ba9dd65788a0bd2a7d1e57ec78b7642f0ccc25 (patch)
tree9d35ac11a5901f41cd0c316c373209ab9eb4098c /drivers/mtd/lpddr/Kconfig
parentmtd: Kconfig: give the CFI command set version in prompt and help (diff)
downloadkernel-qcow2-linux-96ba9dd65788a0bd2a7d1e57ec78b7642f0ccc25.tar.gz
kernel-qcow2-linux-96ba9dd65788a0bd2a7d1e57ec78b7642f0ccc25.tar.xz
kernel-qcow2-linux-96ba9dd65788a0bd2a7d1e57ec78b7642f0ccc25.zip
mtd: lpddr: add driver for LPDDR2-NVM PCM memories
Signed-off-by: Vincenzo Aliberti <vincenzo.aliberti@gmail.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'drivers/mtd/lpddr/Kconfig')
-rw-r--r--drivers/mtd/lpddr/Kconfig12
1 files changed, 10 insertions, 2 deletions
diff --git a/drivers/mtd/lpddr/Kconfig b/drivers/mtd/lpddr/Kconfig
index 265f969817e3..468f06dea45d 100644
--- a/drivers/mtd/lpddr/Kconfig
+++ b/drivers/mtd/lpddr/Kconfig
@@ -1,5 +1,5 @@
-menu "LPDDR flash memory drivers"
- depends on MTD!=n
+menu "LPDDR & LPDDR2 PCM memory drivers"
+ depends on MTD
config MTD_LPDDR
tristate "Support for LPDDR flash chips"
@@ -17,4 +17,12 @@ config MTD_QINFO_PROBE
Window QINFO interface, permits software to be used for entire
families of devices. This serves similar purpose of CFI on legacy
Flash products
+
+config MTD_LPDDR2_NVM
+ depends on MTD
+ tristate "Support for LPDDR2-NVM flash chips"
+ help
+ This option enables support of PCM memories with a LPDDR2-NVM
+ (Low power double data rate 2) interface.
+
endmenu