Commit b6b34812 authored by Steven Cole's avatar Steven Cole Committed by Linus Torvalds

[PATCH] Finish job of trimming ".o" module extension in Kconfig files

Most of the instances of <module>.o in Kconfig files have had the ".o"
extension trimmed.  This change came from GertJan Spoelman through Rusty
"Trivial" Russell.

However, there are a few files that didn't get trimmed.  This brings
them line with the rest of the tree.
parent bdb8c828
...@@ -110,7 +110,7 @@ config QDIO ...@@ -110,7 +110,7 @@ config QDIO
This driver is also available as a module ( = code which can be This driver is also available as a module ( = code which can be
inserted in and removed from the running kernel whenever you want). inserted in and removed from the running kernel whenever you want).
The module will be called qdio.o. If you want to compile it as a The module will be called qdio. If you want to compile it as a
module, say M here and read <file:Documentation/modules.txt>. module, say M here and read <file:Documentation/modules.txt>.
If unsure, say Y. If unsure, say Y.
...@@ -210,7 +210,7 @@ config BINFMT_ELF ...@@ -210,7 +210,7 @@ config BINFMT_ELF
If you want to compile this as a module ( = code which can be If you want to compile this as a module ( = code which can be
inserted in and removed from the running kernel whenever you want), inserted in and removed from the running kernel whenever you want),
say M here and read <file:Documentation/modules.txt>. The module say M here and read <file:Documentation/modules.txt>. The module
will be called binfmt_elf.o. Saying M or N here is dangerous because will be called binfmt_elf. Saying M or N here is dangerous because
some crucial programs on your system might be in ELF format. some crucial programs on your system might be in ELF format.
config BINFMT_MISC config BINFMT_MISC
...@@ -235,7 +235,7 @@ config BINFMT_MISC ...@@ -235,7 +235,7 @@ config BINFMT_MISC
use this part of the kernel. use this part of the kernel.
You may say M here for module support and later load the module when You may say M here for module support and later load the module when
you have use for it; the module is called binfmt_misc.o. If you you have use for it; the module is called binfmt_misc. If you
don't know what to answer at this point, say Y. don't know what to answer at this point, say Y.
config PROCESS_DEBUG config PROCESS_DEBUG
......
...@@ -124,7 +124,7 @@ config QDIO ...@@ -124,7 +124,7 @@ config QDIO
This driver is also available as a module ( = code which can be This driver is also available as a module ( = code which can be
inserted in and removed from the running kernel whenever you want). inserted in and removed from the running kernel whenever you want).
The module will be called qdio.o. If you want to compile it as a The module will be called qdio. If you want to compile it as a
module, say M here and read <file:Documentation/modules.txt>. module, say M here and read <file:Documentation/modules.txt>.
If unsure, say Y. If unsure, say Y.
...@@ -224,7 +224,7 @@ config BINFMT_ELF ...@@ -224,7 +224,7 @@ config BINFMT_ELF
If you want to compile this as a module ( = code which can be If you want to compile this as a module ( = code which can be
inserted in and removed from the running kernel whenever you want), inserted in and removed from the running kernel whenever you want),
say M here and read <file:Documentation/modules.txt>. The module say M here and read <file:Documentation/modules.txt>. The module
will be called binfmt_elf.o. Saying M or N here is dangerous because will be called binfmt_elf. Saying M or N here is dangerous because
some crucial programs on your system might be in ELF format. some crucial programs on your system might be in ELF format.
config BINFMT_MISC config BINFMT_MISC
...@@ -249,7 +249,7 @@ config BINFMT_MISC ...@@ -249,7 +249,7 @@ config BINFMT_MISC
use this part of the kernel. use this part of the kernel.
You may say M here for module support and later load the module when You may say M here for module support and later load the module when
you have use for it; the module is called binfmt_misc.o. If you you have use for it; the module is called binfmt_misc. If you
don't know what to answer at this point, say Y. don't know what to answer at this point, say Y.
config PROCESS_DEBUG config PROCESS_DEBUG
......
...@@ -311,7 +311,7 @@ config SC520_WDT ...@@ -311,7 +311,7 @@ config SC520_WDT
amount of time. amount of time.
You can compile this driver directly into the kernel, or use You can compile this driver directly into the kernel, or use
it as a module. The module will be called sc520_wdt.o. it as a module. The module will be called sc520_wdt.
config ALIM7101_WDT config ALIM7101_WDT
tristate "ALi M7101 PMU Computer Watchdog" tristate "ALi M7101 PMU Computer Watchdog"
...@@ -322,7 +322,7 @@ config ALIM7101_WDT ...@@ -322,7 +322,7 @@ config ALIM7101_WDT
This driver is also available as a module ( = code which can be This driver is also available as a module ( = code which can be
inserted in and removed from the running kernel whenever you want). inserted in and removed from the running kernel whenever you want).
The module is called alim7101_wdt.o. If you want to compile it as a The module is called alim7101_wdt. If you want to compile it as a
module, say M here and read Documentation/modules.txt. Most module, say M here and read Documentation/modules.txt. Most
people will say N. people will say N.
...@@ -337,7 +337,7 @@ config SC1200_WDT ...@@ -337,7 +337,7 @@ config SC1200_WDT
This driver is also available as a module ( = code which can be This driver is also available as a module ( = code which can be
inserted in and removed from the running kernel whenever you want). inserted in and removed from the running kernel whenever you want).
The module is called sc1200wdt.o. If you want to compile it as a The module is called sc1200wdt. If you want to compile it as a
module, say M here and read Documentation/modules.txt. Most module, say M here and read Documentation/modules.txt. Most
people will say N. people will say N.
......
...@@ -152,7 +152,7 @@ config ITE_I2C_ALGO ...@@ -152,7 +152,7 @@ config ITE_I2C_ALGO
This support is also available as a module. If you want to compile This support is also available as a module. If you want to compile
it as a module, say M here and read Documentation/modules.txt. it as a module, say M here and read Documentation/modules.txt.
The module will be called i2c-algo-ite.o. The module will be called i2c-algo-ite.
config ITE_I2C_ADAP config ITE_I2C_ADAP
tristate "ITE I2C Adapter" tristate "ITE I2C Adapter"
...@@ -164,7 +164,7 @@ config ITE_I2C_ADAP ...@@ -164,7 +164,7 @@ config ITE_I2C_ADAP
This support is also available as a module. If you want to compile This support is also available as a module. If you want to compile
it as a module, say M here and read Documentation/modules.txt. it as a module, say M here and read Documentation/modules.txt.
The module will be called i2c-adap-ite.o. The module will be called i2c-adap-ite.
config I2C_ALGO8XX config I2C_ALGO8XX
tristate "MPC8xx CPM I2C interface" tristate "MPC8xx CPM I2C interface"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment