projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44991b3
)
mtd: denali: make MTD_NAND_DENALI_DT dependent on OF
author
Masahiro Yamada
<yamada.masahiro@socionext.com>
Wed, 16 Dec 2015 05:00:09 +0000
(14:00 +0900)
committer
Brian Norris
<computersforpeace@gmail.com>
Sat, 19 Dec 2015 02:20:41 +0000
(18:20 -0800)
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>
drivers/mtd/nand/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/mtd/nand/Kconfig
b/drivers/mtd/nand/Kconfig
index
6c71f62
..
95b8d2b
100644
(file)
--- 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.