aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm2708/patches-4.14/950-0340-Add-hd44780-module-to-defconfig.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/brcm2708/patches-4.14/950-0340-Add-hd44780-module-to-defconfig.patch')
-rw-r--r--target/linux/brcm2708/patches-4.14/950-0340-Add-hd44780-module-to-defconfig.patch32
1 files changed, 32 insertions, 0 deletions
diff --git a/target/linux/brcm2708/patches-4.14/950-0340-Add-hd44780-module-to-defconfig.patch b/target/linux/brcm2708/patches-4.14/950-0340-Add-hd44780-module-to-defconfig.patch
new file mode 100644
index 0000000000..620976025b
--- /dev/null
+++ b/target/linux/brcm2708/patches-4.14/950-0340-Add-hd44780-module-to-defconfig.patch
@@ -0,0 +1,32 @@
+From 520999bda431e0bec4d9bd0dc348696b46b31091 Mon Sep 17 00:00:00 2001
+From: Jasper Boomer <jasperboomer@gmail.com>
+Date: Mon, 2 Jul 2018 13:16:22 -0400
+Subject: [PATCH 340/454] Add hd44780 module to defconfig
+
+---
+ arch/arm/configs/bcm2709_defconfig | 2 ++
+ arch/arm/configs/bcmrpi_defconfig | 2 ++
+ 2 files changed, 4 insertions(+)
+
+--- a/arch/arm/configs/bcm2709_defconfig
++++ b/arch/arm/configs/bcm2709_defconfig
+@@ -1145,6 +1145,8 @@ CONFIG_RTC_DRV_RV3029C2=m
+ CONFIG_DMADEVICES=y
+ CONFIG_DMA_BCM2835=y
+ CONFIG_DMA_BCM2708=y
++CONFIG_AUXDISPLAY=y
++CONFIG_HD44780=m
+ CONFIG_UIO=m
+ CONFIG_UIO_PDRV_GENIRQ=m
+ CONFIG_STAGING=y
+--- a/arch/arm/configs/bcmrpi_defconfig
++++ b/arch/arm/configs/bcmrpi_defconfig
+@@ -1138,6 +1138,8 @@ CONFIG_RTC_DRV_RV3029C2=m
+ CONFIG_DMADEVICES=y
+ CONFIG_DMA_BCM2835=y
+ CONFIG_DMA_BCM2708=y
++CONFIG_AUXDISPLAY=y
++CONFIG_HD44780=m
+ CONFIG_UIO=m
+ CONFIG_UIO_PDRV_GENIRQ=m
+ CONFIG_STAGING=y