commit | 9c5b00973bceb7c0192bd6b03672d69b092700b4 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Sat Jul 07 22:18:22 2018 -0500 |
committer | Tom Rini <trini@konsulko.com> | Sun Jul 22 19:20:17 2018 -0400 |
tree | dadc7a414af100765a8adf9fe99f4f33722608ec | |
parent | 8d0d6bc121ef403ae601920ee29d53fa03cfb4b9 [diff] [blame] |
Convert CONFIG_MTD_PARTITIONS et al to Kconfig This converts the following to Kconfig: CONFIG_MTD_PARTITIONS CONFIG_MTD_DEVICE Signed-off-by: Adam Ford <aford173@gmail.com>
diff --git a/cmd/Kconfig b/cmd/Kconfig index 2fa0829..c5a7a3c 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig
@@ -1664,6 +1664,7 @@ config CMD_MTDPARTS bool "MTD partition support" + select MTD_DEVICE if (CMD_NAND || NAND) help MTD partition support