commit | ea9c41e952e001117c74339b0a519c371aacd75d | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Mon Feb 05 22:49:27 2018 -0500 |
committer | Tom Rini <trini@konsulko.com> | Tue Feb 06 09:30:34 2018 -0500 |
tree | bbdce50a15ea001ca0b857ce491c201a6c125d97 | |
parent | 5e033b71a6ac24a14a959349e9c5d5e38d362527 [diff] |
configs: Migrate CONFIG_SPL_FRAMEWORK Migrate the option CONFIG_SPL_FRAMEWORK and make this gate most of the current set of options we have in Kconfig. We will need to have some options available for SPL and !SPL_FRAMEWORK so this is important. In a few cases we re-order existing options so that we have less escapes from the SPL_FRAMEWORK guard. Signed-off-by: Tom Rini <trini@konsulko.com>