aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/arm/Kconfig
blob: acb046fec516b26169ccbc26203c87de65981127 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
config DRM_ARM
	bool "ARM Ltd. drivers"
	depends on DRM && OF && (ARM || ARM64)
	select DMA_CMA
	select DRM_KMS_HELPER
	select DRM_KMS_CMA_HELPER
	select DRM_GEM_CMA_HELPER
	select VIDEOMODE_HELPERS
	help
	  Choose this option to select drivers for ARM's devices

config DRM_HDLCD
	tristate "ARM HDLCD"
	depends on DRM_ARM
	select I2C
	help
	  Choose this option if you have an ARM High Definition Colour LCD
	  controller.

	  If M is selected the module will be called hdlcd.

config DRM_VIRTUAL_HDLCD
	bool "Support for virtual HDLCD"
	depends on DRM_HDLCD
	help
	  Enable support for virtual HDLCD as emulated by ARM's Fast Models.