Explorar el Código

add PXA frambuffer

Waldemar Brodkorb hace 14 años
padre
commit
382f939c41
Se han modificado 1 ficheros con 11 adiciones y 0 borrados
  1. 11 0
      target/linux/config/Config.in.graphics

+ 11 - 0
target/linux/config/Config.in.graphics

@@ -59,6 +59,17 @@ config ADK_KERNEL_FB_CIRRUS
  	help
 	 Framebuffer support for Qemu Emulator.
 
+config ADK_KERNEL_FB_PXA
+	prompt "................................ Framebuffer support for Sharp Zaurus"
+	tristate
+	select ADK_KERNEL_FB
+	select ADK_KERNEL_FRAMEBUFFER_CONSOLE
+	default y if ADK_TARGET_SYSTEM_SHARP_ZAURUS
+ 	default n
+	depends on ADK_TARGET_SYSTEM_SHARP_ZAURUS
+ 	help
+	 Framebuffer support for Sharp Zaurus CL Series.
+
 config ADK_KERNEL_FB_GEODE_LX
 	prompt "................................ Framebuffer support for ALIX boards with VGA"
 	tristate