aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-12-16 14:00:09 +0900
committerBrian Norris <computersforpeace@gmail.com>2015-12-18 18:20:41 -0800
commit0ed6ca3a22f871fdb7335194f6488d14b2dad96a (patch)
treec4a0abe5231f53692a8bec6366c2579b955f411a /drivers/mtd
parentmtd: nand: Disable subpage writes for drivers without ecc->hwctl (diff)
downloadlinux-dev-0ed6ca3a22f871fdb7335194f6488d14b2dad96a.tar.xz
linux-dev-0ed6ca3a22f871fdb7335194f6488d14b2dad96a.zip
mtd: denali: make MTD_NAND_DENALI_DT dependent on OF
The build passes even if CONFIG_OF is undefined, but it makes sense to let it depend on OF. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'drivers/mtd')
-rw-r--r--drivers/mtd/nand/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index 6c71f623a932..95b8d2b8a7af 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -55,7 +55,7 @@ config MTD_NAND_DENALI_PCI
config MTD_NAND_DENALI_DT
tristate "Support Denali NAND controller as a DT device"
select MTD_NAND_DENALI
- depends on HAS_DMA && HAVE_CLK
+ depends on HAS_DMA && HAVE_CLK && OF
help
Enable the driver for NAND flash on platforms using a Denali NAND
controller as a DT device.