summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/dal/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/amd/dal/Kconfig')
-rw-r--r--drivers/gpu/drm/amd/dal/Kconfig36
1 files changed, 36 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/dal/Kconfig b/drivers/gpu/drm/amd/dal/Kconfig
new file mode 100644
index 000000000000..5834dacc34cb
--- /dev/null
+++ b/drivers/gpu/drm/amd/dal/Kconfig
@@ -0,0 +1,36 @@
+menu "Display Engine Configuration"
+ depends on DRM && DRM_AMDGPU
+
+config DRM_AMD_DAL
+ bool "AMD DAL - Enable new display engine
+ help
+ Choose this option if you want to use the new display engine
+ support for AMDGPU.
+
+config DRM_AMD_DAL_VBIOS_PRESENT
+ bool "Video Bios available on board"
+ depends on DRM_AMD_DAL
+ help
+ This option is needed to allow a full range of feature
+ support when working on
+ x86 platforms and there is a VBIOS
+ present in the system
+
+config DRM_AMD_DAL_DCE11_0
+ bool "Carrizo family"
+ depends on DRM_AMD_DAL
+ help
+ Choose this option
+ if you want to have
+ CZ family
+ for display engine
+
+config DEBUG_KERNEL_DAL
+ bool "Enable kgdb break in DAL"
+ depends on DRM_AMD_DAL
+ help
+ Choose this option
+ if you want to hit
+ kdgb_break in assert.
+
+endmenu