diff options
author | Dave Airlie <airlied@redhat.com> | 2009-09-08 11:09:50 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-09-08 11:15:59 +1000 |
commit | a0cdc6495bdd0ea12390b9edaf13c8cb653df109 (patch) | |
tree | c9f77662adab2cb11b0b5bd801827e00eeeb7856 /drivers/gpu/drm/radeon/Kconfig | |
parent | 6fcefd56f5060ca99ab03c9f2ad1f17c3a543ca1 (diff) | |
download | talos-obmc-linux-a0cdc6495bdd0ea12390b9edaf13c8cb653df109.tar.gz talos-obmc-linux-a0cdc6495bdd0ea12390b9edaf13c8cb653df109.zip |
drm/kms/radeon: make kms default a runtime option
This makes the kms/enable disable a runtime not a build time
option.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/Kconfig')
-rw-r--r-- | drivers/gpu/drm/radeon/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/radeon/Kconfig b/drivers/gpu/drm/radeon/Kconfig index 3cc89b271123..5982321be4d5 100644 --- a/drivers/gpu/drm/radeon/Kconfig +++ b/drivers/gpu/drm/radeon/Kconfig @@ -1,8 +1,6 @@ config DRM_RADEON_KMS bool "Enable modesetting on radeon by default" depends on DRM_RADEON - select DRM_KMS_HELPER - select DRM_TTM help Choose this option if you want kernel modesetting enabled by default, and you have a new enough userspace to support this. Running old |