diff options
-rw-r--r-- | drivers/mtd/lpddr/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/mtd/lpddr/Kconfig b/drivers/mtd/lpddr/Kconfig index 468f06dea45d..3a19cbee24d7 100644 --- a/drivers/mtd/lpddr/Kconfig +++ b/drivers/mtd/lpddr/Kconfig | |||
@@ -19,7 +19,8 @@ config MTD_QINFO_PROBE | |||
19 | Flash products | 19 | Flash products |
20 | 20 | ||
21 | config MTD_LPDDR2_NVM | 21 | config MTD_LPDDR2_NVM |
22 | depends on MTD | 22 | # ARM dependency is only for writel_relaxed() |
23 | depends on MTD && ARM | ||
23 | tristate "Support for LPDDR2-NVM flash chips" | 24 | tristate "Support for LPDDR2-NVM flash chips" |
24 | help | 25 | help |
25 | This option enables support of PCM memories with a LPDDR2-NVM | 26 | This option enables support of PCM memories with a LPDDR2-NVM |