diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-06 16:21:57 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-06 16:21:57 -0400 |
commit | 15700770ef7c5d12e2f1659d2ddbeb3f658d9f37 (patch) | |
tree | 7fa2f81c33c9efcb1a1568385beead75c5892cfb /drivers/video/Kconfig | |
parent | 6de410c2b0cc055ae9ee640c84331f6a70878d9b (diff) | |
parent | 11de39e2fbbc592018e0a231d0ee773653dcc8d6 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild
* git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild: (38 commits)
kconfig: fix mconf segmentation fault
kbuild: enable use of code from a different dir
kconfig: error out if recursive dependencies are found
kbuild: scripts/basic/fixdep segfault on pathological string-o-death
kconfig: correct minor typo in Kconfig warning message.
kconfig: fix path to modules.txt in Kconfig help
usr/Kconfig: fix typo
kernel-doc: alphabetically-sorted entries in index.html of 'htmldocs'
kbuild: be more explicit on missing .config file
kbuild: clarify the creation of the LOCALVERSION_AUTO string.
kbuild: propagate errors from find in scripts/gen_initramfs_list.sh
kconfig: refer to qt3 if we cannot find qt libraries
kbuild: handle compressed cpio initramfs-es
kbuild: ignore section mismatch warning for references from .paravirtprobe to .init.text
kbuild: remove stale comment in modpost.c
kbuild/mkuboot.sh: allow spaces in CROSS_COMPILE
kbuild: fix make mrproper for Documentation/DocBook/man
kbuild: remove kconfig binaries during make mrproper
kconfig/menuconfig: do not hardcode '.config'
kbuild: override build timestamp & version
...
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 d18b51f989c9..2d89d0e9bcf4 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 |
@@ -1494,7 +1494,7 @@ config FB_PXA | |||
1494 | This driver is also available as a module ( = code which can be | 1494 | This driver is also available as a module ( = code which can be |
1495 | inserted and removed from the running kernel whenever you want). The | 1495 | inserted and removed from the running kernel whenever you want). The |
1496 | module will be called pxafb. If you want to compile it as a module, | 1496 | module will be called pxafb. If you want to compile it as a module, |
1497 | say M here and read <file:Documentation/modules.txt>. | 1497 | say M here and read <file:Documentation/kbuild/modules.txt>. |
1498 | 1498 | ||
1499 | If unsure, say N. | 1499 | If unsure, say N. |
1500 | 1500 | ||
@@ -1547,7 +1547,7 @@ config FB_W100 | |||
1547 | This driver is also available as a module ( = code which can be | 1547 | This driver is also available as a module ( = code which can be |
1548 | inserted and removed from the running kernel whenever you want). The | 1548 | inserted and removed from the running kernel whenever you want). The |
1549 | module will be called w100fb. If you want to compile it as a module, | 1549 | module will be called w100fb. If you want to compile it as a module, |
1550 | say M here and read <file:Documentation/modules.txt>. | 1550 | say M here and read <file:Documentation/kbuild/modules.txt>. |
1551 | 1551 | ||
1552 | If unsure, say N. | 1552 | If unsure, say N. |
1553 | 1553 | ||
@@ -1564,7 +1564,7 @@ config FB_S3C2410 | |||
1564 | This driver is also available as a module ( = code which can be | 1564 | This driver is also available as a module ( = code which can be |
1565 | inserted and removed from the running kernel whenever you want). The | 1565 | inserted and removed from the running kernel whenever you want). The |
1566 | module will be called s3c2410fb. If you want to compile it as a module, | 1566 | module will be called s3c2410fb. If you want to compile it as a module, |
1567 | say M here and read <file:Documentation/modules.txt>. | 1567 | say M here and read <file:Documentation/kbuild/modules.txt>. |
1568 | 1568 | ||
1569 | If unsure, say N. | 1569 | If unsure, say N. |
1570 | config FB_S3C2410_DEBUG | 1570 | config FB_S3C2410_DEBUG |