forked from OERV-BSP/u-boot
video: Move the BMP options
These appear prominently in the main menu at present. Move them to the video Kconfig where they belong. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -1168,14 +1168,3 @@ config FDT_SIMPLEFB
|
||||
|
||||
config IO_TRACE
|
||||
bool
|
||||
|
||||
config BMP
|
||||
bool "Enable bmp image display"
|
||||
help
|
||||
Enable bmp functions to display bmp image and get bmp info.
|
||||
|
||||
config SPL_BMP
|
||||
bool "Enable bmp image display at SPL"
|
||||
depends on SPL_VIDEO
|
||||
help
|
||||
Enable bmp functions to display bmp image and get bmp info at SPL.
|
||||
|
||||
Reference in New Issue
Block a user