summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPatrick Delaunay <[email protected]>2021-11-15 16:32:17 +0100
committerPatrice Chotard <[email protected]>2021-11-30 16:43:28 +0100
commitd71587c2ab5699ac07b6332e4b3245d90cd091f4 (patch)
tree6d17095879f0ecc5df168a05c71478e5b3dae631 /include
parentb3c29dc9e5f0ed2bef4f20927a8c9bba4342a1cb (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 'include')
-rw-r--r--include/configs/rpi.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/rpi.h b/include/configs/rpi.h
index 55768a46da2..bc907acd5fa 100644
--- a/include/configs/rpi.h
+++ b/include/configs/rpi.h
@@ -44,7 +44,6 @@
/* GPIO */
#define CONFIG_BCM2835_GPIO
/* LCD */
-#define CONFIG_LCD_DT_SIMPLEFB
#define CONFIG_VIDEO_BCM2835
/* DFU over USB/UDC */