configs: Migrate RBTREE, LZO, CMD_MTDPARTS, CMD_UBI and CMD_UBIFS
The above CONFIG options are in Kconfig, and now have correct depends and
inter-dependencies. Migrate these to configs/ from include/configs/. In the
case of CMD_UBIFS also change it to be a default y if CMD_UBI.
Signed-off-by: Tom Rini <trini@konsulko.com>
diff --git a/lib/Kconfig b/lib/Kconfig
index 09670f0..2f5a210 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -157,7 +157,9 @@
CONFIG_CMD_LZMADEC which provides a decode command.
config LZO
- bool
+ bool "Enable LZO decompression support"
+ help
+ This enables support for LZO compression algorithm.r
endmenu
config ERRNO_STR