From: Archit Taneja <architt@codeaurora.org>
To: dri-devel@lists.freedesktop.org, daniel@ffwll.ch
Cc: linux-arm-msm@vger.kernel.org, airlied@linux.ie,
Archit Taneja <architt@codeaurora.org>
Subject: [PATCH 03/10] drm/radeon: clean up: move config option to driver's own Kconfig file
Date: Mon, 13 Jul 2015 12:06:26 +0530 [thread overview]
Message-ID: <1436769393-3836-4-git-send-email-architt@codeaurora.org> (raw)
In-Reply-To: <1436769393-3836-1-git-send-email-architt@codeaurora.org>
Remove the DRM_RADEON config option from the top level drm Kconfig file
and move it to the Kconfig file within the driver folder.
Signed-off-by: Archit Taneja <architt@codeaurora.org>
---
drivers/gpu/drm/Kconfig | 21 ---------------------
drivers/gpu/drm/radeon/Kconfig | 21 +++++++++++++++++++++
2 files changed, 21 insertions(+), 21 deletions(-)
diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig
index fc9d65d..f19d894 100644
--- a/drivers/gpu/drm/Kconfig
+++ b/drivers/gpu/drm/Kconfig
@@ -85,27 +85,6 @@ source "drivers/gpu/drm/tdfx/Kconfig"
source "drivers/gpu/drm/r128/Kconfig"
-config DRM_RADEON
- tristate "ATI Radeon"
- depends on DRM && PCI
- select FB_CFB_FILLRECT
- select FB_CFB_COPYAREA
- select FB_CFB_IMAGEBLIT
- select FW_LOADER
- select DRM_KMS_HELPER
- select DRM_KMS_FB_HELPER
- select DRM_TTM
- select POWER_SUPPLY
- select HWMON
- select BACKLIGHT_CLASS_DEVICE
- select INTERVAL_TREE
- help
- 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
- run the Radeon in plain VGA mode.
-
- If M is selected, the module will be called radeon.
-
source "drivers/gpu/drm/radeon/Kconfig"
config DRM_AMDGPU
diff --git a/drivers/gpu/drm/radeon/Kconfig b/drivers/gpu/drm/radeon/Kconfig
index 421ae13..82c623b 100644
--- a/drivers/gpu/drm/radeon/Kconfig
+++ b/drivers/gpu/drm/radeon/Kconfig
@@ -1,3 +1,24 @@
+config DRM_RADEON
+ tristate "ATI Radeon"
+ depends on DRM && PCI
+ select FB_CFB_FILLRECT
+ select FB_CFB_COPYAREA
+ select FB_CFB_IMAGEBLIT
+ select FW_LOADER
+ select DRM_KMS_HELPER
+ select DRM_KMS_FB_HELPER
+ select DRM_TTM
+ select POWER_SUPPLY
+ select HWMON
+ select BACKLIGHT_CLASS_DEVICE
+ select INTERVAL_TREE
+ help
+ 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
+ run the Radeon in plain VGA mode.
+
+ If M is selected, the module will be called radeon.
+
config DRM_RADEON_USERPTR
bool "Always enable userptr support"
depends on DRM_RADEON
--
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation
next prev parent reply other threads:[~2015-07-13 6:36 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-13 6:36 [PATCH 00/10] drm/misc: Kconfig cleanup Archit Taneja
2015-07-13 6:36 ` [PATCH 01/10] drm/tdfx: clean up: create a separate Kconfig file Archit Taneja
2015-07-13 6:36 ` [PATCH 02/10] drm/r128: " Archit Taneja
2015-07-13 6:36 ` Archit Taneja [this message]
2015-07-14 8:54 ` [PATCH 03/10] drm/radeon: clean up: move config option to driver's own " Thierry Reding
2015-07-13 6:36 ` [PATCH 04/10] drm/amdgpu: " Archit Taneja
2015-07-14 8:54 ` Thierry Reding
2015-07-13 6:36 ` [PATCH 05/10] drm/i810: clean up: create a separate " Archit Taneja
2015-07-13 6:36 ` [PATCH 06/10] drm/mga: " Archit Taneja
2015-07-13 6:36 ` [PATCH 07/10] drm/sis: " Archit Taneja
2015-07-13 6:36 ` [PATCH 08/10] drm/via: " Archit Taneja
2015-07-13 6:36 ` [PATCH 09/10] drm/savage: " Archit Taneja
2015-07-13 6:36 ` [PATCH 10/10] drm/misc: clean up: group device specific Kconfigs Archit Taneja
2015-07-13 15:37 ` [PATCH 00/10] drm/misc: Kconfig cleanup Alex Deucher
2015-07-14 9:18 ` Thierry Reding
2015-07-14 9:19 ` Thierry Reding
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1436769393-3836-4-git-send-email-architt@codeaurora.org \
--to=architt@codeaurora.org \
--cc=airlied@linux.ie \
--cc=daniel@ffwll.ch \
--cc=dri-devel@lists.freedesktop.org \
--cc=linux-arm-msm@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.