aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2010-05-21 15:41:20 +1000
committerDave Airlie <airlied@redhat.com>2010-05-21 15:41:20 +1000
commit5d9b7e2d2db95549aeab129c95d588236137a4c8 (patch)
treed4a6257fc2761c7dbf063381cffb61cf16438372 /drivers/gpu/drm/radeon
parentdrm/radeon/kms: record object that have been list reserved (diff)
downloadlinux-dev-5d9b7e2d2db95549aeab129c95d588236137a4c8.tar.xz
linux-dev-5d9b7e2d2db95549aeab129c95d588236137a4c8.zip
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/radeon')
-rw-r--r--drivers/gpu/drm/radeon/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/Kconfig b/drivers/gpu/drm/radeon/Kconfig
index 80c5b3ea28b4..1c02d23f6fcc 100644
--- a/drivers/gpu/drm/radeon/Kconfig
+++ b/drivers/gpu/drm/radeon/Kconfig
@@ -1,7 +1,6 @@
config DRM_RADEON_KMS
bool "Enable modesetting on radeon by default - NEW DRIVER"
depends on DRM_RADEON
- depends on POWER_SUPPLY
help
Choose this option if you want kernel modesetting enabled by default.