]> git.ipfire.org Git - people/ms/u-boot.git/commit
mtd: nand: denali: make NAND_DENALI unconfigurable option
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 6 Dec 2017 04:51:50 +0000 (13:51 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 11 Dec 2017 15:36:11 +0000 (00:36 +0900)
commitdc774e69bb72a3d8ff4c2af7a280a655f395530b
tree7e85015aa0133d18eae719937ce11196187dba24
parent00ed0e3ee38773bc8430fd51b1085c0cec1f9a50
mtd: nand: denali: make NAND_DENALI unconfigurable option

denali.c has no driver entry in itself.  It makes sense only when
compiled together with denali_dt.c

Let NAND_DENALI_DT select NAND_DENALI, and hide NAND_DENALI from
the Kconfig menu.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
drivers/mtd/nand/Kconfig