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

Drop various features when the command line is not available


Some features are only useful or meaningful when the command line is
present. Ensure that these features are not compiled in when CONFIG_CMDLINE
is not enabled.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
parent 1872c673
No related branches found
No related tags found
No related merge requests found
...@@ -97,4 +97,14 @@ ...@@ -97,4 +97,14 @@
# endif # endif
#endif #endif
#ifndef CONFIG_CMDLINE
#undef CONFIG_CMDLINE_EDITING
#undef CONFIG_SYS_LONGHELP
#undef CONFIG_CMD_BOOTD
#undef CONFIG_CMD_RUN
#undef CONFIG_SYS_HUSH_PARSER
#undef CONFIG_CMD_ASKENV
#undef CONFIG_MENU
#endif
#endif /* __CONFIG_FALLBACKS_H */ #endif /* __CONFIG_FALLBACKS_H */
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