configs: Re-sync HUSH options
[platform/kernel/u-boot.git] / include / config_fallbacks.h
index ddfe045..5262641 100644 (file)
 # endif
 #endif
 
+#ifndef CONFIG_CMDLINE
+#undef CONFIG_CMDLINE_EDITING
+#undef CONFIG_SYS_LONGHELP
+#undef CONFIG_CMD_BOOTD
+#undef CONFIG_CMD_RUN
+#undef CONFIG_CMD_ASKENV
+#undef CONFIG_MENU
+#endif
+
 #endif /* __CONFIG_FALLBACKS_H */