blob: 3a19cbee24d7012c96b22d4c5fa94aaa713777f0 [file] [log] [blame]
Vincenzo Aliberti96ba9dd2014-05-15 23:19:32 +02001menu "LPDDR & LPDDR2 PCM memory drivers"
2 depends on MTD
Alexey Korolev60f26522008-12-16 18:24:14 +00003
4config MTD_LPDDR
5 tristate "Support for LPDDR flash chips"
6 select MTD_QINFO_PROBE
7 help
8 This option enables support of LPDDR (Low power double data rate)
9 flash chips. Synonymous with Mobile-DDR. It is a new standard for
10 DDR memories, intended for battery-operated systems.
11
12config MTD_QINFO_PROBE
Alexey Korolev57c1a242009-01-06 17:36:09 +000013 depends on MTD_LPDDR
Alexey Korolev60f26522008-12-16 18:24:14 +000014 tristate "Detect flash chips by QINFO probe"
15 help
16 Device Information for LPDDR chips is offered through the Overlay
17 Window QINFO interface, permits software to be used for entire
18 families of devices. This serves similar purpose of CFI on legacy
19 Flash products
Vincenzo Aliberti96ba9dd2014-05-15 23:19:32 +020020
21config MTD_LPDDR2_NVM
Brian Norris897f3a12014-05-21 13:25:46 -070022 # ARM dependency is only for writel_relaxed()
23 depends on MTD && ARM
Vincenzo Aliberti96ba9dd2014-05-15 23:19:32 +020024 tristate "Support for LPDDR2-NVM flash chips"
25 help
26 This option enables support of PCM memories with a LPDDR2-NVM
27 (Low power double data rate 2) interface.
28
Alexey Korolev60f26522008-12-16 18:24:14 +000029endmenu