summaryrefslogtreecommitdiff
path: root/target/linux/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-11-25 00:25:19 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-11-25 00:25:19 +0100
commit7ccb96805242101d2aa3e7a7fe095625549bfc12 (patch)
treea82cfe9d180f31c6c8f1370ddbbda79b3e243f7e /target/linux/config
parentf998221406653b1192796a2ed37d1791d64df9a7 (diff)
make intel driver work on ibm x40
- add kernel support for AGP/DRM/KMS - update intel driver - fix MesaLib (add the correct driver)
Diffstat (limited to 'target/linux/config')
-rw-r--r--target/linux/config/Config.in.graphics35
1 files changed, 35 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.graphics b/target/linux/config/Config.in.graphics
index 0bd468de1..bd737fc70 100644
--- a/target/linux/config/Config.in.graphics
+++ b/target/linux/config/Config.in.graphics
@@ -9,6 +9,26 @@ config ADK_KERNEL_FRAMEBUFFER_CONSOLE
config ADK_KERNEL_FB_GEODE
boolean
default n
+
+config ADK_KERNEL_DRM
+ boolean
+ default n
+
+config ADK_KERNEL_DRM_I915
+ boolean
+ default n
+
+config ADK_KERNEL_DRM_I915_KMS
+ boolean
+ default n
+
+config ADK_KERNEL_AGP
+ boolean
+ default n
+
+config ADK_KERNEL_AGP_INTEL
+ boolean
+ default n
menu "Graphic devices support"
@@ -22,5 +42,20 @@ config ADK_KERNEL_FB_GEODE_LX
default n
help
Framebuffer support for ALIX boards.
+
+config ADK_HARDWARE_GRAPHICS_INTEL
+ prompt "graphics-intel.................. support for intel graphic cards (AGP/DRM/KMS)"
+ boolean
+ select ADK_KERNEL_FB
+ select ADK_KERNEL_DRM
+ select ADK_KERNEL_AGP
+ select ADK_KERNEL_AGP_INTEL
+ select ADK_KERNEL_FRAMEBUFFER_CONSOLE
+ select ADK_KERNEL_DRM_I915_KMS
+ select ADK_KERNEL_DRM_I915
+ default y if ADK_HARDWARE_IBMX40
+ default n
+ help
+ DRM support for intel chipsets.
endmenu