Skip to content
Snippets Groups Projects
Commit c1c3fe23 authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

env: Convert CONFIG_ENV_IS_IN... to a choice


At present we support multiple environment drivers but there is not way to
select between them at run time. Also settings related to the position and
size of the environment area are global (i.e. apply to all locations).

Until these limitations are removed we cannot really support more than one
environment location. Adjust the location to be a choice so that only one
can be selected. By default the environment is 'nowhere', meaning that the
environment exists only in memory and cannot be saved.

Also expand the help for the 'nowhere' option and move it to the top since
it is the default.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
[trini: Move all of the imply logic to default X if Y so it works again]
Signed-off-by: default avatarTom Rini <trini@konsulko.com>
parent 4415f1d1
No related branches found
No related tags found
No related merge requests found
Showing
with 0 additions and 50 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment