Kconfig 781 B

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