commit | c20bb73054646bfa770a3f4f5c84c6468c8c5b83 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sat Jul 22 18:36:16 2017 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon Jul 24 20:35:55 2017 -0400 |
tree | c2f61f4eb311a4e81155b4579d69b4fe3d549581 | |
parent | 3418eeb354bd9dfa5c645c64282c12e15903aee8 [diff] |
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>