diff options
| author | Simon Glass <[email protected]> | 2023-09-14 10:55:42 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-09-19 11:36:25 -0400 |
| commit | 31b097a26540887b7c57552dd7dbbf7fb76dfe61 (patch) | |
| tree | 6f45bd32ad460e9cdef2d76976efb4de2d3a8e4d /common | |
| parent | 8168359160525c57e54e294a00abb8db43a8cee1 (diff) | |
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 <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'common')
| -rw-r--r-- | common/Kconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/common/Kconfig b/common/Kconfig index d916194b942..d11292f52c2 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -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. |
