002-verdex_lcd_support.patch 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. From eb92a178eceae4e5d18bbb442b8e44cb88457d60 Mon Sep 17 00:00:00 2001
  2. From: Joseph Kortje <[email protected]>
  3. Date: Wed, 28 Oct 2009 21:25:57 -0400
  4. Subject: [PATCH] [ARM] Gumstix Verdex LCD config options
  5. add options to Kconfig for Verdex LCD support
  6. Signed-off-by: Bobby Powers <[email protected]>
  7. ---
  8. drivers/video/Kconfig | 31 +++++++++++++++++++++++++++++++
  9. 1 files changed, 31 insertions(+), 0 deletions(-)
  10. --- a/drivers/video/Kconfig
  11. +++ b/drivers/video/Kconfig
  12. @@ -1772,6 +1772,37 @@ config FB_PXA
  13. say M here and read <file:Documentation/kbuild/modules.txt>.
  14. If unsure, say N.
  15. +choice
  16. + depends on FB_PXA
  17. + prompt "LCD Panel"
  18. + default FB_PXA_SAMSUNG_LTE430WQ_F0C
  19. +
  20. +config FB_PXA_ALPS_CDOLLAR
  21. + boolean "Chris Dollar's ALPS screen"
  22. + ---help---
  23. + Enable definitions (over-ridable on the kernel command line if
  24. + "PXA LCD command line parameters" is also selected) for an ALPS
  25. + screen which Chris Dollar uses
  26. +
  27. +config FB_PXA_SHARP_LQ043_PSP
  28. + boolean "SHARP LQ043... series"
  29. + ---help---
  30. + Enable definitions (over-ridable on the kernel command line if
  31. + "PXA LCD command line parameters" is also selected) for a SHARP
  32. + LQ043... screen, such as the one used by the PSP. These screens are
  33. + the ones normally sold by gumstix with its boards.
  34. +
  35. +config FB_PXA_SAMSUNG_LTE430WQ_F0C
  36. + boolean "Samsung LTE430WQ-F0C (standard gumstix LCD)"
  37. + ---help---
  38. + Enable definitions for a Samsung LTE430WQ-F0C LCD panel, such as the ones resold
  39. + by gumstix for use with their "LCD-Ready" boards.
  40. +
  41. +config FB_PXA_NONEOFTHEABOVE
  42. + boolean "None of the above"
  43. +
  44. +endchoice
  45. +
  46. config FB_PXA_OVERLAY
  47. bool "Support PXA27x/PXA3xx Overlay(s) as framebuffer"