cmd: make MTD commands depend on MTD
authorMiquel Raynal <miquel.raynal@bootlin.com>
Fri, 25 Oct 2019 17:39:30 +0000 (19:39 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 4 Dec 2019 22:10:51 +0000 (17:10 -0500)
commitff102c54b08cbb988097660c44c21acb4afa5102
tree3dd880fdfd3314b8f328d723170408afc2535060
parenteb446ef625bcff969f3e1d3a6874ce9d56113e9b
cmd: make MTD commands depend on MTD

Defconfigs have been fixed, now we can add proper dependencies in
Kconfig. SPI FLASH is still not dependent on MTD (deeper rework needed).

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
cmd/Kconfig