d4b8d51580
As usual, this patches were taken (and rebased) from https://github.com/raspberrypi/linux/commits/rpi-4.1.y Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 47922
30 lines
940 B
Diff
30 lines
940 B
Diff
From c9f139e8c8168111248a7696a098d3b146b892c5 Mon Sep 17 00:00:00 2001
|
|
From: popcornmix <popcornmix@gmail.com>
|
|
Date: Sat, 14 Nov 2015 12:24:59 +0000
|
|
Subject: [PATCH 215/222] config: Add FB_TFT_ILI9163 module
|
|
|
|
---
|
|
arch/arm/configs/bcm2709_defconfig | 1 +
|
|
arch/arm/configs/bcmrpi_defconfig | 1 +
|
|
2 files changed, 2 insertions(+)
|
|
|
|
--- a/arch/arm/configs/bcm2709_defconfig
|
|
+++ b/arch/arm/configs/bcm2709_defconfig
|
|
@@ -1074,6 +1074,7 @@ CONFIG_FB_TFT_BD663474=m
|
|
CONFIG_FB_TFT_HX8340BN=m
|
|
CONFIG_FB_TFT_HX8347D=m
|
|
CONFIG_FB_TFT_HX8353D=m
|
|
+CONFIG_FB_TFT_ILI9163=m
|
|
CONFIG_FB_TFT_ILI9320=m
|
|
CONFIG_FB_TFT_ILI9325=m
|
|
CONFIG_FB_TFT_ILI9340=m
|
|
--- a/arch/arm/configs/bcmrpi_defconfig
|
|
+++ b/arch/arm/configs/bcmrpi_defconfig
|
|
@@ -1067,6 +1067,7 @@ CONFIG_FB_TFT_BD663474=m
|
|
CONFIG_FB_TFT_HX8340BN=m
|
|
CONFIG_FB_TFT_HX8347D=m
|
|
CONFIG_FB_TFT_HX8353D=m
|
|
+CONFIG_FB_TFT_ILI9163=m
|
|
CONFIG_FB_TFT_ILI9320=m
|
|
CONFIG_FB_TFT_ILI9325=m
|
|
CONFIG_FB_TFT_ILI9340=m
|