Kconfig 661 B

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