Kconfig 741 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. source "drivers/gpu/drm/Kconfig"
  18. menu "Frame buffer Devices"
  19. source "drivers/video/fbdev/Kconfig"
  20. endmenu
  21. source "drivers/video/backlight/Kconfig"
  22. config VGASTATE
  23. tristate
  24. default n
  25. config VIDEOMODE_HELPERS
  26. bool
  27. config HDMI
  28. bool
  29. if VT
  30. source "drivers/video/console/Kconfig"
  31. endif
  32. if FB || SGI_NEWPORT_CONSOLE
  33. source "drivers/video/logo/Kconfig"
  34. endif
  35. endmenu