mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 15:11:50 +00:00
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>
This commit is contained in:
parent
e865275335
commit
5d9b7e2d2d
@ -60,6 +60,7 @@ config DRM_RADEON
|
|||||||
select FW_LOADER
|
select FW_LOADER
|
||||||
select DRM_KMS_HELPER
|
select DRM_KMS_HELPER
|
||||||
select DRM_TTM
|
select DRM_TTM
|
||||||
|
select POWER_SUPPLY
|
||||||
help
|
help
|
||||||
Choose this option if you have an ATI Radeon graphics card. There
|
Choose this option if you have an ATI Radeon graphics card. There
|
||||||
are both PCI and AGP versions. You don't need to choose this to
|
are both PCI and AGP versions. You don't need to choose this to
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
config DRM_RADEON_KMS
|
config DRM_RADEON_KMS
|
||||||
bool "Enable modesetting on radeon by default - NEW DRIVER"
|
bool "Enable modesetting on radeon by default - NEW DRIVER"
|
||||||
depends on DRM_RADEON
|
depends on DRM_RADEON
|
||||||
depends on POWER_SUPPLY
|
|
||||||
help
|
help
|
||||||
Choose this option if you want kernel modesetting enabled by default.
|
Choose this option if you want kernel modesetting enabled by default.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user