Kconfig 816 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. source "drivers/video/adf/Kconfig"
  25. config VGASTATE
  26. tristate
  27. default n
  28. config VIDEOMODE_HELPERS
  29. bool
  30. config HDMI
  31. bool
  32. if VT
  33. source "drivers/video/console/Kconfig"
  34. endif
  35. if FB || SGI_NEWPORT_CONSOLE
  36. source "drivers/video/logo/Kconfig"
  37. endif
  38. endmenu