[PATCH v2] fbdev/radeon: Remove stale product link in Kconfig/FB_RADEON

Sukrut Heroorkar posted 1 patch 1 week, 1 day ago
drivers/video/fbdev/Kconfig | 3 ---
1 file changed, 3 deletions(-)
[PATCH v2] fbdev/radeon: Remove stale product link in Kconfig/FB_RADEON
Posted by Sukrut Heroorkar 1 week, 1 day ago
The product page referenced in the FB_RADEON is no longer valid.
Remove it to avoid pointing to an invalid link.

Signed-off-by: Sukrut Heroorkar <hsukrut3@gmail.com>
---
Changes since v1:
- Dropped the link entirely as suggested
(See: https://lore.kernel.org/all/CADnq5_NHu5=esJZrgy_S80jF68ZapRRYX4_L70DwDDSN3VXitQ@mail.gmail.com/)

 drivers/video/fbdev/Kconfig | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/video/fbdev/Kconfig b/drivers/video/fbdev/Kconfig
index c21484d15f0c..27639b2590d8 100644
--- a/drivers/video/fbdev/Kconfig
+++ b/drivers/video/fbdev/Kconfig
@@ -948,9 +948,6 @@ config FB_RADEON
 	  a framebuffer device.  There are both PCI and AGP versions.  You
 	  don't need to choose this to run the Radeon in plain VGA mode.
 
-	  There is a product page at
-	  https://products.amd.com/en-us/GraphicCardResult.aspx
-
 config FB_RADEON_I2C
 	bool "DDC/I2C for ATI Radeon support"
 	depends on FB_RADEON
-- 
2.43.0
Re: [PATCH v2] fbdev/radeon: Remove stale product link in Kconfig/FB_RADEON
Posted by Thomas Zimmermann 1 week ago

Am 23.09.25 um 19:14 schrieb Sukrut Heroorkar:
> The product page referenced in the FB_RADEON is no longer valid.
> Remove it to avoid pointing to an invalid link.
>
> Signed-off-by: Sukrut Heroorkar <hsukrut3@gmail.com>

Acked-by: Thomas Zimmermann <tzimmermann@suse.de>

> ---
> Changes since v1:
> - Dropped the link entirely as suggested
> (See: https://lore.kernel.org/all/CADnq5_NHu5=esJZrgy_S80jF68ZapRRYX4_L70DwDDSN3VXitQ@mail.gmail.com/)
>
>   drivers/video/fbdev/Kconfig | 3 ---
>   1 file changed, 3 deletions(-)
>
> diff --git a/drivers/video/fbdev/Kconfig b/drivers/video/fbdev/Kconfig
> index c21484d15f0c..27639b2590d8 100644
> --- a/drivers/video/fbdev/Kconfig
> +++ b/drivers/video/fbdev/Kconfig
> @@ -948,9 +948,6 @@ config FB_RADEON
>   	  a framebuffer device.  There are both PCI and AGP versions.  You
>   	  don't need to choose this to run the Radeon in plain VGA mode.
>   
> -	  There is a product page at
> -	  https://products.amd.com/en-us/GraphicCardResult.aspx
> -
>   config FB_RADEON_I2C
>   	bool "DDC/I2C for ATI Radeon support"
>   	depends on FB_RADEON

-- 
--
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Frankenstrasse 146, 90461 Nuernberg, Germany
GF: Ivo Totev, Andrew Myers, Andrew McDonald, Boudien Moerman
HRB 36809 (AG Nuernberg)
Re: [PATCH v2] fbdev/radeon: Remove stale product link in Kconfig/FB_RADEON
Posted by Alex Deucher 1 week, 1 day ago
On Tue, Sep 23, 2025 at 4:19 PM Sukrut Heroorkar <hsukrut3@gmail.com> wrote:
>
> The product page referenced in the FB_RADEON is no longer valid.
> Remove it to avoid pointing to an invalid link.
>
> Signed-off-by: Sukrut Heroorkar <hsukrut3@gmail.com>

Acked-by: Alex Deucher <alexander.deucher@amd.com>

> ---
> Changes since v1:
> - Dropped the link entirely as suggested
> (See: https://lore.kernel.org/all/CADnq5_NHu5=esJZrgy_S80jF68ZapRRYX4_L70DwDDSN3VXitQ@mail.gmail.com/)
>
>  drivers/video/fbdev/Kconfig | 3 ---
>  1 file changed, 3 deletions(-)
>
> diff --git a/drivers/video/fbdev/Kconfig b/drivers/video/fbdev/Kconfig
> index c21484d15f0c..27639b2590d8 100644
> --- a/drivers/video/fbdev/Kconfig
> +++ b/drivers/video/fbdev/Kconfig
> @@ -948,9 +948,6 @@ config FB_RADEON
>           a framebuffer device.  There are both PCI and AGP versions.  You
>           don't need to choose this to run the Radeon in plain VGA mode.
>
> -         There is a product page at
> -         https://products.amd.com/en-us/GraphicCardResult.aspx
> -
>  config FB_RADEON_I2C
>         bool "DDC/I2C for ATI Radeon support"
>         depends on FB_RADEON
> --
> 2.43.0
>