aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/Kconfig
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2015-04-20 16:55:21 -0400
committerAlex Deucher <alexander.deucher@amd.com>2015-06-03 21:03:15 -0400
commitd38ceaf99ed015f2a0b9af3499791bd3a3daae21 (patch)
treec8e237ea218e8ed8a5f64c1654fc01fe5d2239cb /drivers/gpu/drm/Kconfig
parent97b2e202fba05b87d720318a6500a337100dab4d (diff)
drm/amdgpu: add core driver (v4)
This adds the non-asic specific core driver code. v2: remove extra kconfig option v3: implement minor fixes from Fengguang Wu v4: fix cast in amdgpu_ucode.c Acked-by: Christian König <christian.koenig@amd.com> Acked-by: Jammy Zhou <Jammy.Zhou@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/Kconfig')
-rw-r--r--drivers/gpu/drm/Kconfig21
1 files changed, 21 insertions, 0 deletions
diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig
index d4b65457122d..c46ca311d8c3 100644
--- a/drivers/gpu/drm/Kconfig
+++ b/drivers/gpu/drm/Kconfig
@@ -120,6 +120,27 @@ config DRM_RADEON
120 120
121source "drivers/gpu/drm/radeon/Kconfig" 121source "drivers/gpu/drm/radeon/Kconfig"
122 122
123config DRM_AMDGPU
124 tristate "AMD GPU"
125 depends on DRM && PCI
126 select FB_CFB_FILLRECT
127 select FB_CFB_COPYAREA
128 select FB_CFB_IMAGEBLIT
129 select FW_LOADER
130 select DRM_KMS_HELPER
131 select DRM_KMS_FB_HELPER
132 select DRM_TTM
133 select POWER_SUPPLY
134 select HWMON
135 select BACKLIGHT_CLASS_DEVICE
136 select INTERVAL_TREE
137 help
138 Choose this option if you have a recent AMD Radeon graphics card.
139
140 If M is selected, the module will be called amdgpu.
141
142source "drivers/gpu/drm/amd/amdgpu/Kconfig"
143
123source "drivers/gpu/drm/nouveau/Kconfig" 144source "drivers/gpu/drm/nouveau/Kconfig"
124 145
125config DRM_I810 146config DRM_I810