diff options
author | Patrick Delaunay | 2021-11-15 16:32:17 +0100 |
---|---|---|
committer | Patrice Chotard | 2021-11-30 16:43:28 +0100 |
commit | d71587c2ab5699ac07b6332e4b3245d90cd091f4 (patch) | |
tree | 6d17095879f0ecc5df168a05c71478e5b3dae631 /configs/rpi_4_defconfig | |
parent | b3c29dc9e5f0ed2bef4f20927a8c9bba4342a1cb (diff) |
Convert CONFIG_LCD_DT_SIMPLEFB to Kconfig
This converts the following to Kconfig:
CONFIG_LCD_DT_SIMPLEFB
This patch also renames this config to CONFIG_FDT_SIMPLEFB as the code in
common/lcd_simplefb.c support CONFIG_LCD and CONFIG_VIDEO.
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Matthias Brugger <mbrugger@suse.com>
Diffstat (limited to 'configs/rpi_4_defconfig')
-rw-r--r-- | configs/rpi_4_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/rpi_4_defconfig b/configs/rpi_4_defconfig index 0720505c6a5..59a71031540 100644 --- a/configs/rpi_4_defconfig +++ b/configs/rpi_4_defconfig @@ -12,6 +12,7 @@ CONFIG_PREBOOT="pci enum; usb start;" # CONFIG_DISPLAY_CPUINFO is not set # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_MISC_INIT_R=y +CONFIG_FDT_SIMPLEFB=y CONFIG_SYS_PROMPT="U-Boot> " CONFIG_CMD_DFU=y CONFIG_CMD_GPIO=y |