summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Chauvet <kwizart@gmail.com>2013-05-24 18:52:49 +0200
committerNicolas Chauvet <kwizart@gmail.com>2013-10-12 14:20:35 +0200
commit026285f7ad58aaf0cac7255bd0cb4e4f9e8c0fb0 (patch)
treec6ebece1d77b1dd18ac9a50350538aac5229b496
parent2faea05a5599f906660875180eb2d50b5ebf9969 (diff)
downloadkernel-026285f7ad58aaf0cac7255bd0cb4e4f9e8c0fb0.tar.gz
kernel-026285f7ad58aaf0cac7255bd0cb4e4f9e8c0fb0.tar.xz
kernel-026285f7ad58aaf0cac7255bd0cb4e4f9e8c0fb0.zip
Enable yet out-of-tree CONFIG_DISPLAY_CORE as module
-rw-r--r--config-armv7-generic3
-rw-r--r--config-generic1
-rw-r--r--config-i686-PAE2
-rw-r--r--config-x86-generic2
4 files changed, 8 insertions, 0 deletions
diff --git a/config-armv7-generic b/config-armv7-generic
index 897a7e3e..65348dd2 100644
--- a/config-armv7-generic
+++ b/config-armv7-generic
@@ -366,6 +366,9 @@ CONFIG_CMA_SIZE_SEL_MBYTES=y
CONFIG_CMA_ALIGNMENT=8
CONFIG_CMA_AREAS=7
+CONFIG_DISPLAY_CORE=m
+CONFIG_DISPLAY_PANEL_CLAA101WA01A=m
+
# Ethernet
CONFIG_KS8851=m
CONFIG_ENC28J60=m
diff --git a/config-generic b/config-generic
index 7e1ecf1c..3f20b288 100644
--- a/config-generic
+++ b/config-generic
@@ -2867,6 +2867,7 @@ CONFIG_CRYSTALHD=m
# Graphics support
#
+# CONFIG_DISPLAY_CORE is not set
CONFIG_DISPLAY_SUPPORT=m
CONFIG_VIDEO_OUTPUT_CONTROL=m
diff --git a/config-i686-PAE b/config-i686-PAE
index fdc8a8bd..433325b0 100644
--- a/config-i686-PAE
+++ b/config-i686-PAE
@@ -7,3 +7,5 @@ CONFIG_XEN_SYS_HYPERVISOR=y
# I2O only works on non-PAE 32-bit x86
# CONFIG_I2O is not set
+#
+# CONFIG_DISPLAY_CORE is not set
diff --git a/config-x86-generic b/config-x86-generic
index 98302843..23a618d4 100644
--- a/config-x86-generic
+++ b/config-x86-generic
@@ -470,3 +470,5 @@ CONFIG_FB_HYPERV=m
CONFIG_NFC_MICROREAD_MEI=m
CONFIG_NFC_PN544_MEI=m
+
+# CONFIG_DISPLAY_CORE is not set