diff options
author | Alex Buell <alex.buell@munted.org.uk> | 2009-01-29 22:25:16 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-01-30 02:04:44 (GMT) |
commit | 248ae0d43fe7f951352eedfff36572d4b75ce963 (patch) | |
tree | 81da2230bec182e9fd9ee6764f1236cf0b202cd3 /drivers/video/Kconfig | |
parent | 6989d5651a16b49908069b514329d5114217ea0e (diff) | |
download | linux-fsl-qoriq-248ae0d43fe7f951352eedfff36572d4b75ce963.tar.xz |
fbdev: incorrect URL given in drivers/video/Kconfig
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index c94f719..f026770 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -41,7 +41,7 @@ menuconfig FB You need an utility program called fbset to make full use of frame buffer devices. Please read <file:Documentation/fb/framebuffer.txt> and the Framebuffer-HOWTO at - <http://www.tahallah.demon.co.uk/programming/prog.html> for more + <http://www.munted.org.uk/programming/Framebuffer-HOWTO-1.2.html> for more information. Say Y here and to the driver for your graphics board below if you |