From 4ca10b9ee5a6cba2360fcf9293e7e622f56b583e Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Sat, 30 Oct 2021 23:03:55 -0400 Subject: Convert CONFIG_BMP_16BPP to Kconfig This converts the following to Kconfig: CONFIG_BMP_16BPP Signed-off-by: Tom Rini --- configs/am335x_guardian_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs') diff --git a/configs/am335x_guardian_defconfig b/configs/am335x_guardian_defconfig index ea4032f..9d9d628 100644 --- a/configs/am335x_guardian_defconfig +++ b/configs/am335x_guardian_defconfig @@ -122,6 +122,7 @@ CONFIG_USB_GADGET_PRODUCT_NUM=0xd022 CONFIG_USB_ETHER=y CONFIG_SYS_WHITE_ON_BLACK=y CONFIG_AM335X_LCD=y +CONFIG_BMP_16BPP=y CONFIG_SPL_WDT=y # CONFIG_SPL_USE_TINY_PRINTF is not set CONFIG_SPL_OF_LIBFDT=y -- cgit v1.1