diff mbox series

drm/arc: disambiguate Synopsys ARC in Kconfig labels

Message ID 20221026123640.42731-1-kilobyte@angband.pl (mailing list archive)
State New, archived
Headers show
Series drm/arc: disambiguate Synopsys ARC in Kconfig labels | expand

Commit Message

Adam Borowski Oct. 26, 2022, 12:36 p.m. UTC
There's Intel Arc now which is what most folks will be looking for.

Signed-off-by: Adam Borowski <kilobyte@angband.pl>
---
 drivers/gpu/drm/tiny/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Alexey Brodkin Oct. 26, 2022, 1:24 p.m. UTC | #1
Hi Adam,

> There's Intel Arc now which is what most folks will be looking for.
> 
> Signed-off-by: Adam Borowski <kilobyte@angband.pl>
> ---
>  drivers/gpu/drm/tiny/Kconfig | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/gpu/drm/tiny/Kconfig b/drivers/gpu/drm/tiny/Kconfig
> index 565957264875..51b60c1a2bea 100644
> --- a/drivers/gpu/drm/tiny/Kconfig
> +++ b/drivers/gpu/drm/tiny/Kconfig
> @@ -1,12 +1,12 @@
>  # SPDX-License-Identifier: GPL-2.0-only
>  
>  config DRM_ARCPGU
> -       tristate "ARC PGU"
> +       tristate "Synopsys ARC PGU"
>          depends on DRM && OF
>          select DRM_GEM_DMA_HELPER
>          select DRM_KMS_HELPER
>          help
> -         Choose this option if you have an ARC PGU controller.
> +         Choose this option if you have a Synopsys ARC PGU controller.
>  
>            If M is selected the module will be called arcpgu.

Acked-by: Alexey Brodkin <abrodkin@synopsys.com>
diff mbox series

Patch

diff --git a/drivers/gpu/drm/tiny/Kconfig b/drivers/gpu/drm/tiny/Kconfig
index 565957264875..51b60c1a2bea 100644
--- a/drivers/gpu/drm/tiny/Kconfig
+++ b/drivers/gpu/drm/tiny/Kconfig
@@ -1,12 +1,12 @@ 
 # SPDX-License-Identifier: GPL-2.0-only
 
 config DRM_ARCPGU
-	tristate "ARC PGU"
+	tristate "Synopsys ARC PGU"
 	depends on DRM && OF
 	select DRM_GEM_DMA_HELPER
 	select DRM_KMS_HELPER
 	help
-	  Choose this option if you have an ARC PGU controller.
+	  Choose this option if you have a Synopsys ARC PGU controller.
 
 	  If M is selected the module will be called arcpgu.