linux/drivers/video/Kconfig
Tao Huang 8eaa58d9a7 video: Add rockchip video drivers
Change-Id: Ice3ea34c4ea3862c29f5e9b561d19a390f2965c7
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
2019-09-10 09:27:26 +08:00

55 lines
758 B
Plaintext

#
# Video configuration
#
menu "Graphics support"
if HAS_IOMEM
config HAVE_FB_ATMEL
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/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
config VGASTATE
tristate
default n
config VIDEOMODE_HELPERS
bool
config HDMI
bool
endif # HAS_IOMEM
if VT
source "drivers/video/console/Kconfig"
endif
if FB || SGI_NEWPORT_CONSOLE
source "drivers/video/logo/Kconfig"
endif
endmenu