Files
linux/drivers/video/Kconfig
ayaka 9770dc8e66 mali: gpu: video: make the menu of midgard for linux visible
Although it is not allow to offer two config menu source at
the same time, but at lease we could tune some options of
it now.

Change-Id: I0b447876d13a0d5a95276cfe4600b6030f6b8529
Signed-off-by: ayaka <ayaka@soulik.info>
Signed-off-by: Randy Li <randy.li@rock-chips.com>
2017-01-19 14:42:52 +08:00

67 lines
961 B
Plaintext

#
# Video configuration
#
menu "Graphics support"
depends on HAS_IOMEM
config HAVE_FB_ATMEL
bool
config SH_MIPI_DSI
tristate
depends on (SUPERH || ARCH_SHMOBILE) && HAVE_CLK
config SH_LCD_MIPI_DSI
bool
source "drivers/char/agp/Kconfig"
source "drivers/gpu/vga/Kconfig"
source "drivers/gpu/host1x/Kconfig"
source "drivers/gpu/ipu-v3/Kconfig"
source "drivers/gpu/drm/Kconfig"
source "drivers/gpu/rogue_m/Kconfig"
source "drivers/gpu/arm/Kconfig"
menu "Frame buffer Devices"
source "drivers/video/fbdev/Kconfig"
endmenu
source "drivers/video/backlight/Kconfig"
menu "Rockchip Misc Video driver"
source "drivers/video/rockchip/Kconfig"
endmenu
source "drivers/video/adf/Kconfig"
config VGASTATE
tristate
default n
config VIDEOMODE_HELPERS
bool
config HDMI
bool
config HDMI_NOTIFIERS
bool
if VT
source "drivers/video/console/Kconfig"
endif
if FB || SGI_NEWPORT_CONSOLE
source "drivers/video/logo/Kconfig"
endif
endmenu