Commit 7b9af3455b9edb3ca8efb251bd9d2d51ecb0066c

Authored by Adrian Bunk
Committed by Adrian Bunk
1 parent 8075f21fc6

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>

Showing 2 changed files with 2 additions and 4 deletions Side-by-side Diff

drivers/char/drm/Kconfig
... ... @@ -37,8 +37,8 @@
37 37 help
38 38 Choose this option if you have an ATI Radeon graphics card. There
39 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
41   - <http://www.ati.com/na/pages/products/pc/radeon32/index.html>.
  40 + run the Radeon in plain VGA mode.
  41 +
42 42 If M is selected, the module will be called radeon.
43 43  
44 44 config DRM_I810
drivers/video/Kconfig
... ... @@ -899,8 +899,6 @@
899 899 Choose this option if you want to use an ATI Radeon graphics card as
900 900 a framebuffer device. There are both PCI and AGP versions. You
901 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  
905 903 config FB_RADEON
906 904 tristate "ATI Radeon display support"