diff options
author | Han Gao <gaohan@iscas.ac.cn> | 2023-07-30 04:05:47 +0800 |
---|---|---|
committer | Han Gao <gaohan@iscas.ac.cn> | 2023-07-30 04:05:47 +0800 |
commit | 6fb1286862c7d60064976360d36b95df7d8ca5ef (patch) | |
tree | 3e3bd8292498eb269ffac411b295fd7b45eb3e24 /drivers | |
parent | ea605b77cfb10179a1eb1a9816d2697d03c90e71 (diff) |
fix: disable custom logo
Signed-off-by: Han Gao <gaohan@iscas.ac.cn>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/video/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 306bfebb..d63500b0 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -353,6 +353,7 @@ config VIDEO_LCD_ILITEK_ILI9881C config VIDEO_LCD_CUSTOM_LOGO bool "LCD CUSTOM logo support" + default n help Say Y here if you want to enable support for custom logo. |