aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2006-03-20 14:23:13 -0500
committerAdrian Bunk <bunk@r063144.stusta.swh.mhn.de>2006-03-20 14:23:13 -0500
commit7b9af3455b9edb3ca8efb251bd9d2d51ecb0066c (patch)
tree4741e396b6bec686baf615b80a846cf55dcc88d6 /drivers
parent8075f21fc6dac8fb16372a7d4e28d9f21077cdda (diff)
remove dead Radeon URL
This patch removes a dead Radeon URL from two Kconfig files. This isue was noted by Reto Gantenbein <ganto82@gmx.ch> in Kernel Bugzilla #4446. Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/char/drm/Kconfig4
-rw-r--r--drivers/video/Kconfig2
2 files changed, 2 insertions, 4 deletions
diff --git a/drivers/char/drm/Kconfig b/drivers/char/drm/Kconfig
index 56ace9d5e2ae..5278c388d3e7 100644
--- a/drivers/char/drm/Kconfig
+++ b/drivers/char/drm/Kconfig
@@ -37,8 +37,8 @@ config DRM_RADEON
37 help 37 help
38 Choose this option if you have an ATI Radeon graphics card. There 38 Choose this option if you have an ATI Radeon graphics card. There
39 are both PCI and AGP versions. You don't need to choose this to 39 are both PCI and AGP versions. You don't need to choose this to
40 run the Radeon in plain VGA mode. There is a product page at 40 run the Radeon in plain VGA mode.
41 <http://www.ati.com/na/pages/products/pc/radeon32/index.html>. 41
42 If M is selected, the module will be called radeon. 42 If M is selected, the module will be called radeon.
43 43
44config DRM_I810 44config DRM_I810
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index f5079c78ba4e..fdebd60a3250 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -899,8 +899,6 @@ config FB_RADEON_OLD
899 Choose this option if you want to use an ATI Radeon graphics card as 899 Choose this option if you want to use an ATI Radeon graphics card as
900 a framebuffer device. There are both PCI and AGP versions. You 900 a framebuffer device. There are both PCI and AGP versions. You
901 don't need to choose this to run the Radeon in plain VGA mode. 901 don't need to choose this to run the Radeon in plain VGA mode.
902 There is a product page at
903 <http://www.ati.com/na/pages/products/pc/radeon32/index.html>.
904 902
905config FB_RADEON 903config FB_RADEON
906 tristate "ATI Radeon display support" 904 tristate "ATI Radeon display support"