config: enable CMD_BMP when API+LCD is enabled
[platform/kernel/u-boot.git] / include / config_fallbacks.h
index e6fb47b..b304a41 100644 (file)
 #define CONFIG_LIB_RAND
 #endif
 
+#if defined(CONFIG_API) && defined(CONFIG_LCD)
+#define CONFIG_CMD_BMP
+#endif
+
 #ifndef CONFIG_SYS_PROMPT
 #define CONFIG_SYS_PROMPT      "=> "
 #endif