diff options
| author | Patrick Delaunay <[email protected]> | 2021-11-15 16:32:17 +0100 |
|---|---|---|
| committer | Patrice Chotard <[email protected]> | 2021-11-30 16:43:28 +0100 |
| commit | d71587c2ab5699ac07b6332e4b3245d90cd091f4 (patch) | |
| tree | 6d17095879f0ecc5df168a05c71478e5b3dae631 /scripts | |
| 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 <[email protected]>
Reviewed-by: Matthias Brugger <[email protected]>
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/config_whitelist.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index b9c1c61e13d..1e1ef76175d 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -699,7 +699,6 @@ CONFIG_LBA48 CONFIG_LBDAF CONFIG_LCD_ALIGNMENT CONFIG_LCD_BMP_RLE8 -CONFIG_LCD_DT_SIMPLEFB CONFIG_LCD_INFO CONFIG_LCD_INFO_BELOW_LOGO CONFIG_LCD_IN_PSRAM |
