Kconfig 729 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. #
  2. # Video configuration
  3. #
  4. menu "Graphics support"
  5. depends on HAS_IOMEM
  6. config HAVE_FB_ATMEL
  7. bool
  8. config SH_LCD_MIPI_DSI
  9. bool
  10. source "drivers/char/agp/Kconfig"
  11. source "drivers/gpu/vga/Kconfig"
  12. source "drivers/gpu/host1x/Kconfig"
  13. source "drivers/gpu/ipu-v3/Kconfig"
  14. source "drivers/gpu/msm/Kconfig"
  15. source "drivers/gpu/drm/Kconfig"
  16. menu "Frame buffer Devices"
  17. source "drivers/video/fbdev/Kconfig"
  18. endmenu
  19. source "drivers/video/backlight/Kconfig"
  20. source "drivers/video/adf/Kconfig"
  21. config VGASTATE
  22. tristate
  23. default n
  24. config VIDEOMODE_HELPERS
  25. bool
  26. config HDMI
  27. bool
  28. if VT
  29. source "drivers/video/console/Kconfig"
  30. endif
  31. if FB || SGI_NEWPORT_CONSOLE
  32. source "drivers/video/logo/Kconfig"
  33. endif
  34. endmenu