summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorOliver Schib <lich000king@yahoo.de>2015-11-26 21:16:59 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-11-27 07:32:18 +0100
commitcc08188e4cff3232319faefd25cb159b11462a40 (patch)
treee5e01afa3defa785e9c0656dff66d874c1a45a37 /target
parente58451bc20c8d9d2d1dbeb170046827a5af2b6a3 (diff)
Add support for radeon DRM/KMS
Signed-off-by: Oliver Schib <lich000king@yahoo.de>
Diffstat (limited to 'target')
-rw-r--r--target/linux/config/Config.in.graphics13
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.graphics b/target/linux/config/Config.in.graphics
index 7568fa0ce..e85f9dd67 100644
--- a/target/linux/config/Config.in.graphics
+++ b/target/linux/config/Config.in.graphics
@@ -276,5 +276,18 @@ config ADK_KERNEL_FB_CGSIX
depends on ADK_TARGET_SYSTEM_SUN_VOYAGER
help
Framebuffer support for Sun Voyager.
+
+config ADK_KERNEL_DRM_RADEON
+ bool "Support for Radeon DRM/KMS"
+ select ADK_KERNEL_DRM
+ select ADK_KERNEL_FB_CFB_FILLRECT
+ select ADK_KERNEL_FB_CFB_COPYAREA
+ select ADK_KERNEL_FB_CFB_IMAGEBLIT
+ select ADK_KERNEL_FW_LOADER
+ select ADK_KERNEL_DRM_KMS_HELPER
+ select ADK_KERNEL_DRM_KMS_FB_HELPER
+ select ADK_KERNEL_DRM_TTM
+ help
+ DRM/KMS support for Radeon
endmenu