diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2016-09-28 23:37:15 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-10-04 18:15:59 +0300 |
commit | c64474e4f72f21aec4ae27eab39b563cfd25561d (patch) | |
tree | b9f7efbd831ba0d71345f45be402b799f2be6e11 /drivers/gpu/drm/amd/powerplay | |
parent | 363926dc9ef65a3813fa778e85f85dd756c8652f (diff) | |
download | linux-c64474e4f72f21aec4ae27eab39b563cfd25561d.tar.xz |
drm/amdgpu: remove DRM_AMD_POWERPLAY
Powerplay is no longer optional after the recently cleanups
Reviewed-by: Edward O'Callaghan <funfunctor@folklore1984.net>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/powerplay')
-rw-r--r-- | drivers/gpu/drm/amd/powerplay/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/gpu/drm/amd/powerplay/Kconfig b/drivers/gpu/drm/amd/powerplay/Kconfig deleted file mode 100644 index af380335b425..000000000000 --- a/drivers/gpu/drm/amd/powerplay/Kconfig +++ /dev/null @@ -1,6 +0,0 @@ -config DRM_AMD_POWERPLAY - bool "Enable AMD powerplay component" - depends on DRM_AMDGPU - default n - help - select this option will enable AMD powerplay component. |