armbian-build/patch/small_lcd_drivers.patch
Igor Pecovnik 8bb2ce7277 no message
2014-10-08 07:28:49 +02:00

22 lines
543 B
Diff

--- a/drivers/video/Makefile
+++ b/drivers/video/Makefile
@@ -4,6 +4,7 @@
# Each configuration option enables a list of files.
+obj-y += fbtft/
obj-$(CONFIG_VGASTATE) += vgastate.o
obj-y += fb_notify.o
obj-$(CONFIG_FB) += fb.o
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -17,6 +17,8 @@ config SH_LCD_MIPI_DSI
source "drivers/char/agp/Kconfig"
+source "drivers/video/fbtft/Kconfig"
+
source "drivers/gpu/vga/Kconfig"
source "drivers/gpu/drm/Kconfig"