diff options
author | Miquel Raynal <miquel.raynal@bootlin.com> | 2019-10-03 19:50:14 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-12-04 13:26:17 -0500 |
commit | 2fa872ee7728b9c8863ab7824ec4f2508869a31f (patch) | |
tree | eb67f89feba021304c4813168805274986b4719e /configs/zynq_zc770_xm011_x16_defconfig | |
parent | 7ccc3f30187f2fe17b50dc108e7219dde34857ee (diff) |
mtd: ensure CMD_NAND is compiled when its options are selected
In some files, options of CMD_NAND are selected but not the command
itself. Fix this inconsistency.
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: Boris Brezillon <boris.brezillon@bootlin.com>
Diffstat (limited to 'configs/zynq_zc770_xm011_x16_defconfig')
-rw-r--r-- | configs/zynq_zc770_xm011_x16_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/zynq_zc770_xm011_x16_defconfig b/configs/zynq_zc770_xm011_x16_defconfig index 0225e7b928..9eaab30438 100644 --- a/configs/zynq_zc770_xm011_x16_defconfig +++ b/configs/zynq_zc770_xm011_x16_defconfig @@ -26,6 +26,7 @@ CONFIG_CMD_FPGA_LOADFS=y CONFIG_CMD_FPGA_LOADMK=y CONFIG_CMD_FPGA_LOADP=y CONFIG_CMD_GPIO=y +CONFIG_CMD_NAND=y CONFIG_CMD_NAND_LOCK_UNLOCK=y # CONFIG_CMD_SETEXPR is not set # CONFIG_CMD_NET is not set |