summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDennis Gilmore <dennis@ausil.us>2012-05-03 16:04:44 -0500
committerDennis Gilmore <dennis@ausil.us>2012-05-03 16:04:44 -0500
commit8acca8699f585d6273cdecf8a975ca1f585a39e5 (patch)
tree0553cfab6975f16223b4584c100bc2f891bc4814
parentdf483e6175e4d7f7057b2a72a4a5518fd17f7e96 (diff)
downloadkernel-8acca8699f585d6273cdecf8a975ca1f585a39e5.tar.gz
kernel-8acca8699f585d6273cdecf8a975ca1f585a39e5.tar.xz
kernel-8acca8699f585d6273cdecf8a975ca1f585a39e5.zip
enable the omap KMS driver
-rw-r--r--config-arm-omap3
-rw-r--r--kernel.spec3
2 files changed, 5 insertions, 1 deletions
diff --git a/config-arm-omap b/config-arm-omap
index 772121b45..a09807c30 100644
--- a/config-arm-omap
+++ b/config-arm-omap
@@ -661,7 +661,8 @@ CONFIG_RADIO_TEF6862=m
# CONFIG_DVB_DUMMY_FE is not set
CONFIG_DVB_TDA1004X=m
CONFIG_DVB_PLL=m
-# CONFIG_DRM is not set
+CONFIG_DRM=m
+CONFIG_DRM_OMAP=m
# CONFIG_VGASTATE is not set
# CONFIG_VIDEO_OUTPUT_CONTROL is not set
# CONFIG_FB_DDC is not set
diff --git a/kernel.spec b/kernel.spec
index cbf94ba91..c81b3f61c 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -2331,6 +2331,9 @@ fi
# ||----w |
# || ||
%changelog
+* Thu May 03 2012 Dennis Gilmore <dennis@ausil.us>
+- enable omap KMS driver
+
* Thu May 3 2012 Peter Robinson <pbrobinson@fedoraproject.org>
- Patch for disconnect issues with storage attached to a tegra-ehci controller