diff options
| author | Tom Rini <[email protected]> | 2022-03-24 17:18:06 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-04-01 10:28:47 -0400 |
| commit | eeec00072d7a0b5b91896d014618e558ce438738 (patch) | |
| tree | 2ccd157a5dab2f0107718457f6ffac41e135aff8 /doc/develop | |
| parent | e4d741f8abc4a92426d3a826f99390c3abe02d61 (diff) | |
global: Remove CONFIG_SYS_EXTRA_OPTIONS support
All options have now been migrated to Kconfig correctly so remove this
support.
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'doc/develop')
| -rw-r--r-- | doc/develop/moveconfig.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/develop/moveconfig.rst b/doc/develop/moveconfig.rst index 2f53ea52b71..bfb7aff3582 100644 --- a/doc/develop/moveconfig.rst +++ b/doc/develop/moveconfig.rst @@ -295,8 +295,7 @@ Available options -y, --yes Instead of prompting, automatically go ahead with all operations. This - includes cleaning up headers, CONFIG_SYS_EXTRA_OPTIONS, the config whitelist - and the README. + includes cleaning up headers, the config whitelist and the README. To see the complete list of supported options, run:: |
