diff options
Diffstat (limited to 'drivers/gpu/drm/Kconfig')
-rw-r--r-- | drivers/gpu/drm/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig index 305c59003963..88910e5a2c77 100644 --- a/drivers/gpu/drm/Kconfig +++ b/drivers/gpu/drm/Kconfig | |||
@@ -9,6 +9,7 @@ menuconfig DRM | |||
9 | depends on (AGP || AGP=n) && PCI && !EMULATED_CMPXCHG && MMU | 9 | depends on (AGP || AGP=n) && PCI && !EMULATED_CMPXCHG && MMU |
10 | select I2C | 10 | select I2C |
11 | select I2C_ALGOBIT | 11 | select I2C_ALGOBIT |
12 | select SLOW_WORK | ||
12 | help | 13 | help |
13 | Kernel-level support for the Direct Rendering Infrastructure (DRI) | 14 | Kernel-level support for the Direct Rendering Infrastructure (DRI) |
14 | introduced in XFree86 4.0. If you say Y here, you need to select | 15 | introduced in XFree86 4.0. If you say Y here, you need to select |
@@ -59,6 +60,7 @@ config DRM_RADEON | |||
59 | select FW_LOADER | 60 | select FW_LOADER |
60 | select DRM_KMS_HELPER | 61 | select DRM_KMS_HELPER |
61 | select DRM_TTM | 62 | select DRM_TTM |
63 | select POWER_SUPPLY | ||
62 | help | 64 | help |
63 | Choose this option if you have an ATI Radeon graphics card. There | 65 | Choose this option if you have an ATI Radeon graphics card. There |
64 | are both PCI and AGP versions. You don't need to choose this to | 66 | are both PCI and AGP versions. You don't need to choose this to |