[PATCH 03/19] video: Hide the BMP options
Simon Glass
sjg at chromium.org
Thu Aug 24 21:58:54 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>
---
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.rc1.204.g551eb34607-goog
More information about the U-Boot
mailing list