[PATCH v2 03/19] video: Hide the BMP options
Simon Glass
sjg at chromium.org
Thu Aug 31 05:52:57 CEST 2023
These appear prominently in the main menu at present. However they are
selected when needed so do not need to be visible.
Make them hidden.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
(no changes since v1)
common/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/common/Kconfig b/common/Kconfig
index 0b09bd68bd13..844531a59eda 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -1169,12 +1169,12 @@ config IO_TRACE
bool
config BMP
- bool "Enable bmp image display"
+ 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"
+ 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.
--
2.42.0.rc2.253.gd59a3bf2b4-goog
More information about the U-Boot
mailing list