Kconfig 681 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. #
  2. # Video configuration
  3. #
  4. menu "Graphics support"
  5. if HAS_IOMEM
  6. config HAVE_FB_ATMEL
  7. bool
  8. source "drivers/char/agp/Kconfig"
  9. source "drivers/gpu/vga/Kconfig"
  10. source "drivers/gpu/host1x/Kconfig"
  11. source "drivers/gpu/ipu-v3/Kconfig"
  12. source "drivers/gpu/drm/Kconfig"
  13. source "drivers/gpu/arm/mali/Kconfig"
  14. menu "Frame buffer Devices"
  15. source "drivers/video/fbdev/Kconfig"
  16. endmenu
  17. source "drivers/video/backlight/Kconfig"
  18. config VGASTATE
  19. tristate
  20. default n
  21. config VIDEOMODE_HELPERS
  22. bool
  23. config HDMI
  24. bool
  25. endif # HAS_IOMEM
  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