^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) # SPDX-License-Identifier: GPL-2.0-only
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) # Drm device configuration
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) # This driver provides support for the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) menuconfig DRM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) tristate "Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) depends on (AGP || AGP=n) && !EMULATED_CMPXCHG && HAS_DMA
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) select DRM_PANEL_ORIENTATION_QUIRKS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) select HDMI if !ROCKCHIP_MINI_KERNEL
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) select FB_CMDLINE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) select I2C
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) select I2C_ALGOBIT if !ROCKCHIP_MINI_KERNEL
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) select DMA_SHARED_BUFFER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) select SYNC_FILE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) # gallium uses SYS_kcmp for os_same_file_description() to de-duplicate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) # device and dmabuf fd. Let's make sure that is available for our userspace.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) select KCMP
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) Kernel-level support for the Direct Rendering Infrastructure (DRI)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) introduced in XFree86 4.0. If you say Y here, you need to select
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) the module that's right for your graphics card from the list below.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) These modules provide support for synchronization, security, and
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) DMA transfers. Please see <http://dri.sourceforge.net/> for more
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) details. You should also select and configure AGP
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) (/dev/agpgart) support if it is available for your platform.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) config DRM_MIPI_DBI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) tristate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32) depends on DRM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34) config DRM_EDID
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35) bool "EDID function for DRM"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36) depends on DRM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 37) select HDMI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 38) default y if !ROCKCHIP_MINI_KERNEL
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 39) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 40) DRM EDID read and parse function.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 41)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 42) config DRM_IGNORE_IOTCL_PERMIT
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 43) bool "Ignore drm ioctl permission"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 44) depends on DRM && ANDROID && NO_GKI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 45)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 46) config DRM_MIPI_DSI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 47) bool
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 48) depends on DRM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 49)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 50) config DRM_DP
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 51) bool "DRM DisplayPort support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 52) depends on DRM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 53) depends on DRM_KMS_HELPER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 54) default y if DRM_ANALOGIX_DP
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 55) default y if !ROCKCHIP_MINI_KERNEL
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 56) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 57) Choose this option to support DP interface.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 58)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 59) config DRM_DP_AUX_CHARDEV
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 60) bool "DRM DP AUX Interface"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 61) depends on DRM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 62) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 63) Choose this option to enable a /dev/drm_dp_auxN node that allows to
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 64) read and write values to arbitrary DPCD registers on the DP aux
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 65) channel.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 66)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 67) config DRM_DEBUG_MM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 68) bool "Insert extra checks and debug info into the DRM range managers"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 69) default n
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 70) depends on DRM=y
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 71) depends on STACKTRACE_SUPPORT
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 72) select STACKDEPOT
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 73) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 74) Enable allocation tracking of memory manager and leak detection on
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 75) shutdown.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 76)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 77) Recommended for driver developers only.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 78)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 79) If in doubt, say "N".
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 80)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 81) config DRM_DEBUG_SELFTEST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 82) tristate "kselftests for DRM"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 83) depends on DRM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 84) depends on DEBUG_KERNEL
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 85) select PRIME_NUMBERS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 86) select DRM_LIB_RANDOM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 87) select DRM_KMS_HELPER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 88) select DRM_EXPORT_FOR_TESTS if m
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 89) default n
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 90) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 91) This option provides kernel modules that can be used to run
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 92) various selftests on parts of the DRM api. This option is not
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 93) useful for distributions or general kernels, but only for kernel
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 94) developers working on DRM and associated drivers.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 95)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 96) If in doubt, say "N".
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 97)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 98) config DRM_KMS_HELPER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 99) tristate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 100) depends on DRM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 101) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 102) CRTC helpers for KMS drivers.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 103)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 104) config DRM_KMS_FB_HELPER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 105) bool
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 106) depends on DRM_KMS_HELPER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 107) select FB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 108) select FRAMEBUFFER_CONSOLE if !EXPERT
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 109) select FRAMEBUFFER_CONSOLE_DETECT_PRIMARY if FRAMEBUFFER_CONSOLE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 110) select FB_SYS_FOPS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 111) select FB_SYS_FILLRECT
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 112) select FB_SYS_COPYAREA
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 113) select FB_SYS_IMAGEBLIT
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 114) select FB_CFB_FILLRECT
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 115) select FB_CFB_COPYAREA
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 116) select FB_CFB_IMAGEBLIT
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 117) select FB_DEFERRED_IO
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 118) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 119) FBDEV helpers for KMS drivers.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 120)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 121) config DRM_DEBUG_DP_MST_TOPOLOGY_REFS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 122) bool "Enable refcount backtrace history in the DP MST helpers"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 123) depends on STACKTRACE_SUPPORT
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 124) select STACKDEPOT
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 125) depends on DRM_KMS_HELPER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 126) depends on DEBUG_KERNEL
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 127) depends on EXPERT
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 128) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 129) Enables debug tracing for topology refs in DRM's DP MST helpers. A
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 130) history of each topology reference/dereference will be printed to the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 131) kernel log once a port or branch device's topology refcount reaches 0.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 132)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 133) This has the potential to use a lot of memory and print some very
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 134) large kernel messages. If in doubt, say "N".
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 135)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 136) config DRM_FBDEV_EMULATION
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 137) bool "Enable legacy fbdev support for your modesetting driver"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 138) depends on DRM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 139) select DRM_KMS_HELPER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 140) select DRM_KMS_FB_HELPER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 141) default y
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 142) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 143) Choose this option if you have a need for the legacy fbdev
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 144) support. Note that this support also provides the linux console
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 145) support on top of your modesetting driver.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 146)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 147) If in doubt, say "Y".
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 148)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 149) config DRM_FBDEV_OVERALLOC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 150) int "Overallocation of the fbdev buffer"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 151) depends on DRM_FBDEV_EMULATION
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 152) default 100
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 153) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 154) Defines the fbdev buffer overallocation in percent. Default
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 155) is 100. Typical values for double buffering will be 200,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 156) triple buffering 300.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 157)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 158) config DRM_FBDEV_LEAK_PHYS_SMEM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 159) bool "Shamelessly allow leaking of fbdev physical address (DANGEROUS)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 160) depends on DRM_FBDEV_EMULATION && EXPERT
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 161) default n
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 162) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 163) In order to keep user-space compatibility, we want in certain
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 164) use-cases to keep leaking the fbdev physical address to the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 165) user-space program handling the fbdev buffer.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 166) This affects, not only, Amlogic, Allwinner or Rockchip devices
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 167) with ARM Mali GPUs using an userspace Blob.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 168) This option is not supported by upstream developers and should be
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 169) removed as soon as possible and be considered as a broken and
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 170) legacy behaviour from a modern fbdev device driver.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 171)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 172) Please send any bug reports when using this to your proprietary
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 173) software vendor that requires this.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 174)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 175) If in doubt, say "N" or spread the word to your closed source
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 176) library vendor.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 177)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 178) config DRM_LOAD_EDID_FIRMWARE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 179) bool "Allow to specify an EDID data set instead of probing for it"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 180) depends on DRM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 181) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 182) Say Y here, if you want to use EDID data to be loaded from the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 183) /lib/firmware directory or one of the provided built-in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 184) data sets. This may be necessary, if the graphics adapter or
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 185) monitor are unable to provide appropriate EDID data. Since this
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 186) feature is provided as a workaround for broken hardware, the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 187) default case is N. Details and instructions how to build your own
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 188) EDID data are given in Documentation/admin-guide/edid.rst.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 189)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 190) config DRM_DP_CEC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 191) bool "Enable DisplayPort CEC-Tunneling-over-AUX HDMI support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 192) depends on DRM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 193) select CEC_CORE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 194) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 195) Choose this option if you want to enable HDMI CEC support for
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 196) DisplayPort/USB-C to HDMI adapters.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 197)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 198) Note: not all adapters support this feature, and even for those
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 199) that do support this they often do not hook up the CEC pin.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 200)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 201) config DRM_TTM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 202) tristate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 203) depends on DRM && MMU
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 204) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 205) GPU memory management subsystem for devices with multiple
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 206) GPU memory types. Will be enabled automatically if a device driver
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 207) uses it.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 208)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 209) config DRM_TTM_DMA_PAGE_POOL
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 210) bool
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 211) depends on DRM_TTM && (SWIOTLB || INTEL_IOMMU)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 212) default y
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 213) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 214) Choose this if you need the TTM dma page pool
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 215)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 216) config DRM_VRAM_HELPER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 217) tristate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 218) depends on DRM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 219) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 220) Helpers for VRAM memory management
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 221)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 222) config DRM_TTM_HELPER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 223) tristate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 224) depends on DRM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 225) select DRM_TTM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 226) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 227) Helpers for ttm-based gem objects
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 228)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 229) config DRM_GEM_CMA_HELPER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 230) bool
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 231) depends on DRM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 232) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 233) Choose this if you need the GEM CMA helper functions
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 234)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 235) config DRM_KMS_CMA_HELPER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 236) bool
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 237) depends on DRM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 238) select DRM_GEM_CMA_HELPER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 239) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 240) Choose this if you need the KMS CMA helper functions
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 241)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 242) config DRM_GEM_SHMEM_HELPER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 243) bool
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 244) depends on DRM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 245) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 246) Choose this if you need the GEM shmem helper functions
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 247)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 248) config DRM_VM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 249) bool
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 250) depends on DRM && MMU
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 251)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 252) config DRM_SCHED
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 253) tristate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 254) depends on DRM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 255)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 256) source "drivers/gpu/drm/i2c/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 257)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 258) source "drivers/gpu/drm/arm/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 259)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 260) config DRM_RADEON
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 261) tristate "ATI Radeon"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 262) depends on DRM && PCI && MMU
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 263) depends on AGP || !AGP
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 264) select FW_LOADER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 265) select DRM_KMS_HELPER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 266) select DRM_TTM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 267) select POWER_SUPPLY
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 268) select HWMON
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 269) select BACKLIGHT_CLASS_DEVICE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 270) select INTERVAL_TREE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 271) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 272) Choose this option if you have an ATI Radeon graphics card. There
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 273) are both PCI and AGP versions. You don't need to choose this to
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 274) run the Radeon in plain VGA mode.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 275)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 276) If M is selected, the module will be called radeon.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 277)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 278) source "drivers/gpu/drm/radeon/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 279)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 280) config DRM_AMDGPU
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 281) tristate "AMD GPU"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 282) depends on DRM && PCI && MMU
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 283) select FW_LOADER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 284) select DRM_KMS_HELPER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 285) select DRM_SCHED
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 286) select DRM_TTM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 287) select POWER_SUPPLY
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 288) select HWMON
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 289) select BACKLIGHT_CLASS_DEVICE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 290) select INTERVAL_TREE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 291) select CHASH
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 292) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 293) Choose this option if you have a recent AMD Radeon graphics card.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 294)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 295) If M is selected, the module will be called amdgpu.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 296)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 297) source "drivers/gpu/drm/amd/amdgpu/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 298)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 299) source "drivers/gpu/drm/nouveau/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 300)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 301) source "drivers/gpu/drm/i915/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 302)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 303) config DRM_VGEM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 304) tristate "Virtual GEM provider"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 305) depends on DRM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 306) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 307) Choose this option to get a virtual graphics memory manager,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 308) as used by Mesa's software renderer for enhanced performance.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 309) If M is selected the module will be called vgem.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 310)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 311) config DRM_VKMS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 312) tristate "Virtual KMS (EXPERIMENTAL)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 313) depends on DRM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 314) select DRM_KMS_HELPER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 315) select CRC32
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 316) default n
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 317) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 318) Virtual Kernel Mode-Setting (VKMS) is used for testing or for
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 319) running GPU in a headless machines. Choose this option to get
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 320) a VKMS.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 321)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 322) If M is selected the module will be called vkms.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 323)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 324) source "drivers/gpu/drm/exynos/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 325)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 326) source "drivers/gpu/drm/rockchip/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 327)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 328) source "drivers/gpu/drm/vmwgfx/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 329)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 330) source "drivers/gpu/drm/gma500/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 331)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 332) source "drivers/gpu/drm/udl/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 333)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 334) source "drivers/gpu/drm/ast/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 335)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 336) source "drivers/gpu/drm/mgag200/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 337)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 338) source "drivers/gpu/drm/armada/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 339)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 340) source "drivers/gpu/drm/atmel-hlcdc/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 341)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 342) source "drivers/gpu/drm/rcar-du/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 343)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 344) source "drivers/gpu/drm/shmobile/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 345)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 346) source "drivers/gpu/drm/sun4i/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 347)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 348) source "drivers/gpu/drm/omapdrm/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 349)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 350) source "drivers/gpu/drm/tilcdc/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 351)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 352) source "drivers/gpu/drm/qxl/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 353)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 354) source "drivers/gpu/drm/bochs/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 355)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 356) source "drivers/gpu/drm/virtio/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 357)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 358) source "drivers/gpu/drm/msm/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 359)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 360) source "drivers/gpu/drm/fsl-dcu/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 361)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 362) source "drivers/gpu/drm/tegra/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 363)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 364) source "drivers/gpu/drm/stm/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 365)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 366) source "drivers/gpu/drm/panel/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 367)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 368) source "drivers/gpu/drm/bridge/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 369)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 370) source "drivers/gpu/drm/sti/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 371)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 372) source "drivers/gpu/drm/imx/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 373)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 374) source "drivers/gpu/drm/ingenic/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 375)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 376) source "drivers/gpu/drm/v3d/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 377)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 378) source "drivers/gpu/drm/vc4/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 379)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 380) source "drivers/gpu/drm/etnaviv/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 381)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 382) source "drivers/gpu/drm/arc/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 383)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 384) source "drivers/gpu/drm/hisilicon/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 385)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 386) source "drivers/gpu/drm/mediatek/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 387)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 388) source "drivers/gpu/drm/zte/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 389)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 390) source "drivers/gpu/drm/mxsfb/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 391)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 392) source "drivers/gpu/drm/meson/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 393)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 394) source "drivers/gpu/drm/tiny/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 395)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 396) source "drivers/gpu/drm/pl111/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 397)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 398) source "drivers/gpu/drm/tve200/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 399)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 400) source "drivers/gpu/drm/xen/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 401)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 402) source "drivers/gpu/drm/vboxvideo/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 403)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 404) source "drivers/gpu/drm/lima/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 405)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 406) source "drivers/gpu/drm/panfrost/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 407)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 408) source "drivers/gpu/drm/aspeed/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 409)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 410) source "drivers/gpu/drm/mcde/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 411)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 412) source "drivers/gpu/drm/tidss/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 413)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 414) source "drivers/gpu/drm/xlnx/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 415)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 416) # Keep legacy drivers last
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 417)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 418) menuconfig DRM_LEGACY
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 419) bool "Enable legacy drivers (DANGEROUS)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 420) depends on DRM && MMU
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 421) select DRM_VM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 422) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 423) Enable legacy DRI1 drivers. Those drivers expose unsafe and dangerous
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 424) APIs to user-space, which can be used to circumvent access
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 425) restrictions and other security measures. For backwards compatibility
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 426) those drivers are still available, but their use is highly
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 427) inadvisable and might harm your system.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 428)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 429) You are recommended to use the safe modeset-only drivers instead, and
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 430) perform 3D emulation in user-space.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 431)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 432) Unless you have strong reasons to go rogue, say "N".
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 433)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 434) if DRM_LEGACY
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 435)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 436) config DRM_TDFX
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 437) tristate "3dfx Banshee/Voodoo3+"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 438) depends on DRM && PCI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 439) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 440) Choose this option if you have a 3dfx Banshee or Voodoo3 (or later),
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 441) graphics card. If M is selected, the module will be called tdfx.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 442)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 443) config DRM_R128
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 444) tristate "ATI Rage 128"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 445) depends on DRM && PCI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 446) select FW_LOADER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 447) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 448) Choose this option if you have an ATI Rage 128 graphics card. If M
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 449) is selected, the module will be called r128. AGP support for
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 450) this card is strongly suggested (unless you have a PCI version).
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 451)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 452) config DRM_I810
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 453) tristate "Intel I810"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 454) # !PREEMPTION because of missing ioctl locking
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 455) depends on DRM && AGP && AGP_INTEL && (!PREEMPTION || BROKEN)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 456) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 457) Choose this option if you have an Intel I810 graphics card. If M is
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 458) selected, the module will be called i810. AGP support is required
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 459) for this driver to work.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 460)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 461) config DRM_MGA
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 462) tristate "Matrox g200/g400"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 463) depends on DRM && PCI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 464) select FW_LOADER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 465) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 466) Choose this option if you have a Matrox G200, G400 or G450 graphics
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 467) card. If M is selected, the module will be called mga. AGP
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 468) support is required for this driver to work.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 469)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 470) config DRM_SIS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 471) tristate "SiS video cards"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 472) depends on DRM && AGP
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 473) depends on FB_SIS || FB_SIS=n
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 474) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 475) Choose this option if you have a SiS 630 or compatible video
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 476) chipset. If M is selected the module will be called sis. AGP
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 477) support is required for this driver to work.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 478)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 479) config DRM_VIA
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 480) tristate "Via unichrome video cards"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 481) depends on DRM && PCI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 482) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 483) Choose this option if you have a Via unichrome or compatible video
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 484) chipset. If M is selected the module will be called via.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 485)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 486) config DRM_SAVAGE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 487) tristate "Savage video cards"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 488) depends on DRM && PCI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 489) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 490) Choose this option if you have a Savage3D/4/SuperSavage/Pro/Twister
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 491) chipset. If M is selected the module will be called savage.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 492)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 493) endif # DRM_LEGACY
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 494)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 495) config DRM_EXPORT_FOR_TESTS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 496) bool
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 497)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 498) # Separate option because drm_panel_orientation_quirks.c is shared with fbdev
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 499) config DRM_PANEL_ORIENTATION_QUIRKS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 500) tristate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 501)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 502) config DRM_LIB_RANDOM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 503) bool
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 504) default n