• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0-only
2menu "Drm Drivers"
3	depends on AW_BSP
4
5config AW_DRM
6	tristate "Drm Support for Allwinner SoCs"
7	depends on DRM && AW_BSP
8	select DRM_KMS_HELPER
9	default n
10
11config AW_DRM_IOMMU
12	bool "Support IOMMU when used the sunxi drm driver"
13	depends on AW_IOMMU
14	default n
15	help
16		If you want use IOMMU function, select it.
17
18config AW_DRM_DE_SUN50IW1
19	bool "Support DE of sun50iw1"
20	depends on AW_DRM
21	default n
22	help
23		If you want use DE of R18 serials, select it.
24
25config AW_DRM_DE_V2X
26	bool "Support DE of Version 200"
27	depends on AW_DRM
28	default n
29	help
30		If you want use DE of Version 200, select it.
31
32config AW_DRM_DE_V3X
33	bool "Support DE of Version 300"
34	depends on AW_DRM
35	default n
36	help
37		If you want use DE of Version 300, select it.
38
39config AW_DRM_DE_V33X
40	bool "Support DE of Version 330"
41	depends on AW_DRM
42	default n
43	help
44		If you want use DE of Version 330, select it.
45
46menuconfig AW_DRM_LCD
47	bool "Support LCD Output"
48	depends on AW_DRM
49	default n
50	help
51		If you want lcd output for drm driver, select it.
52
53config AW_DRM_LCD_DSI
54	bool "Support LCD-DSI Output"
55	depends on AW_DRM_LCD
56	default n
57	help
58		If you want lcd-dsi output for drm driver, select it.
59
60config AW_DRM_LCD_EDP
61	bool "Support LCD-EDP Output"
62	depends on AW_DRM_LCD
63	default n
64	help
65		If you want lcd-edp output for drm driver, select it.
66
67config AW_DRM_HDMI14
68	bool "Support HDMI1.4 Output"
69	depends on AW_DRM
70	default n
71	help
72		If you want hdmi1.4 output for drm driver, select it.
73
74config AW_RM_HDMI20
75	bool "Support HDMI2.0 Output"
76	depends on AW_DRM
77	default n
78	help
79		If you want hdmi2.0 output for drm driver, select it.
80
81config AW_DRM_TV
82	bool "Support SUNXI TV Output"
83	depends on AW_DRM
84	default n
85	help
86		If you want sunxi tv (CVBS, VGA and YPbPr) output for drm driver, select it.
87
88config AW_DRM_BACKLIGHT
89	bool "Support sunxi backlight"
90	depends on AW_DRM
91    select BACKLIGHT_CLASS_DEVICE
92	default n
93	help
94		If you want sunxi backlight for drm driver, select it.
95
96endmenu
97
98source "bsp/drivers/drm/sunxi_device/lcd_panel/Kconfig"
99