diff options
author | Dave Airlie <airlied@redhat.com> | 2010-05-21 01:41:20 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2010-05-21 01:41:20 -0400 |
commit | 5d9b7e2d2db95549aeab129c95d588236137a4c8 (patch) | |
tree | d4a6257fc2761c7dbf063381cffb61cf16438372 /drivers/gpu/drm/Kconfig | |
parent | e86527533586259875f08fccb173e3347046cc3f (diff) |
drm/radeon: fix power supply kconfig interaction.
radeon needs power supply to get correct PM info so select it at the radeon
level not at the kms option.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/Kconfig')
-rw-r--r-- | drivers/gpu/drm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig index 2583ddfcc33e..88910e5a2c77 100644 --- a/drivers/gpu/drm/Kconfig +++ b/drivers/gpu/drm/Kconfig | |||
@@ -60,6 +60,7 @@ config DRM_RADEON | |||
60 | select FW_LOADER | 60 | select FW_LOADER |
61 | select DRM_KMS_HELPER | 61 | select DRM_KMS_HELPER |
62 | select DRM_TTM | 62 | select DRM_TTM |
63 | select POWER_SUPPLY | ||
63 | help | 64 | help |
64 | 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 |
65 | 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 |