diff options
author | Alexander E. Patrakov <patrakov@ums.usu.ru> | 2007-03-16 09:28:43 -0400 |
---|---|---|
committer | Sam Ravnborg <sam@ravnborg.org> | 2007-05-02 14:58:11 -0400 |
commit | 39f5fb30351efa9d6f6e22754c222354fa2b7e1e (patch) | |
tree | a7e7cba2d26cf6ff2845c748af67f800691dbada /drivers/video/Kconfig | |
parent | 0979f378e4f8bd8896bd63179d9a9dce501616dc (diff) |
kconfig: fix path to modules.txt in Kconfig help
Documentation/modules.txt doesn't exist, but
Documentation/kbuild/modules.txt does.
Signed-off-by: Alexander E. Patrakov
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index b1cb72c3780f..05890dc13df3 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -191,7 +191,7 @@ config FB_ARMCLCD | |||
191 | 191 | ||
192 | If you want to compile this as a module (=code which can be | 192 | If you want to compile this as a module (=code which can be |
193 | inserted into and removed from the running kernel), say M | 193 | inserted into and removed from the running kernel), say M |
194 | here and read <file:Documentation/modules.txt>. The module | 194 | here and read <file:Documentation/kbuild/modules.txt>. The module |
195 | will be called amba-clcd. | 195 | will be called amba-clcd. |
196 | 196 | ||
197 | choice | 197 | choice |
@@ -1491,7 +1491,7 @@ config FB_PXA | |||
1491 | This driver is also available as a module ( = code which can be | 1491 | This driver is also available as a module ( = code which can be |
1492 | inserted and removed from the running kernel whenever you want). The | 1492 | inserted and removed from the running kernel whenever you want). The |
1493 | module will be called pxafb. If you want to compile it as a module, | 1493 | module will be called pxafb. If you want to compile it as a module, |
1494 | say M here and read <file:Documentation/modules.txt>. | 1494 | say M here and read <file:Documentation/kbuild/modules.txt>. |
1495 | 1495 | ||
1496 | If unsure, say N. | 1496 | If unsure, say N. |
1497 | 1497 | ||
@@ -1544,7 +1544,7 @@ config FB_W100 | |||
1544 | This driver is also available as a module ( = code which can be | 1544 | This driver is also available as a module ( = code which can be |
1545 | inserted and removed from the running kernel whenever you want). The | 1545 | inserted and removed from the running kernel whenever you want). The |
1546 | module will be called w100fb. If you want to compile it as a module, | 1546 | module will be called w100fb. If you want to compile it as a module, |
1547 | say M here and read <file:Documentation/modules.txt>. | 1547 | say M here and read <file:Documentation/kbuild/modules.txt>. |
1548 | 1548 | ||
1549 | If unsure, say N. | 1549 | If unsure, say N. |
1550 | 1550 | ||
@@ -1561,7 +1561,7 @@ config FB_S3C2410 | |||
1561 | This driver is also available as a module ( = code which can be | 1561 | This driver is also available as a module ( = code which can be |
1562 | inserted and removed from the running kernel whenever you want). The | 1562 | inserted and removed from the running kernel whenever you want). The |
1563 | module will be called s3c2410fb. If you want to compile it as a module, | 1563 | module will be called s3c2410fb. If you want to compile it as a module, |
1564 | say M here and read <file:Documentation/modules.txt>. | 1564 | say M here and read <file:Documentation/kbuild/modules.txt>. |
1565 | 1565 | ||
1566 | If unsure, say N. | 1566 | If unsure, say N. |
1567 | config FB_S3C2410_DEBUG | 1567 | config FB_S3C2410_DEBUG |