Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

trivial: Kconfig: .ko is normally not included in module names

.ko is normally not included in Kconfig help, make it consistent.

Signed-off-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Pavel Machek and committed by
Jiri Kosina
4737f097 32262240

+44 -44
+1 -1
arch/blackfin/Kconfig
··· 872 872 are unsure, say N. 873 873 874 874 To compile this driver as a module, choose M here: the module 875 - will be called gptimers.ko. 875 + will be called gptimers. 876 876 877 877 choice 878 878 prompt "Uncached DMA region"
+1 -1
drivers/block/Kconfig
··· 112 112 with up to 1 GB of data. This drive will also read standard CD ROM 113 113 disks. Select this option to access any disks in your GD ROM drive. 114 114 Most users will want to say "Y" here. 115 - You can also build this as a module which will be called gdrom.ko 115 + You can also build this as a module which will be called gdrom. 116 116 117 117 source "drivers/block/paride/Kconfig" 118 118
+1 -1
drivers/char/Kconfig
··· 692 692 this driver. 693 693 694 694 To compile this driver as a module, choose M here: the 695 - module will be called hvcs.ko. Additionally, this module 695 + module will be called hvcs. Additionally, this module 696 696 will depend on arch specific APIs exported from hvcserver.ko 697 697 which will also be compiled when this driver is built as a 698 698 module.
+1 -1
drivers/connector/Kconfig
··· 7 7 of the netlink socket protocol. 8 8 9 9 Connector support can also be built as a module. If so, the module 10 - will be called cn.ko. 10 + will be called cn. 11 11 12 12 if CONNECTOR 13 13
+3 -3
drivers/crypto/Kconfig
··· 34 34 Available in VIA C3 and newer CPUs. 35 35 36 36 If unsure say M. The compiled module will be 37 - called padlock-aes.ko 37 + called padlock-aes. 38 38 39 39 config CRYPTO_DEV_PADLOCK_SHA 40 40 tristate "PadLock driver for SHA1 and SHA256 algorithms" ··· 47 47 Available in VIA C7 and newer processors. 48 48 49 49 If unsure say M. The compiled module will be 50 - called padlock-sha.ko 50 + called padlock-sha. 51 51 52 52 config CRYPTO_DEV_GEODE 53 53 tristate "Support for the Geode LX AES engine" ··· 79 79 bool "Monolithic zcrypt module" 80 80 depends on ZCRYPT="m" 81 81 help 82 - Select this option if you want to have a single module z90crypt.ko 82 + Select this option if you want to have a single module z90crypt, 83 83 that contains all parts of the crypto device driver (ap bus, 84 84 request router and all the card drivers). 85 85
+1 -1
drivers/ide/Kconfig
··· 46 46 SMART parameters from disk drives. 47 47 48 48 To compile this driver as a module, choose M here: the 49 - module will be called ide-core.ko. 49 + module will be called ide-core. 50 50 51 51 For further information, please read <file:Documentation/ide/ide.txt>. 52 52
+1 -1
drivers/media/dvb/dvb-usb/Kconfig
··· 216 216 help 217 217 Say Y here to support the Pinnacle 400e DVB-S USB2.0 receiver. The 218 218 firmware protocol used by this module is similar to the one used by the 219 - old ttusb-driver - that's why the module is called dvb-usb-ttusb2.ko. 219 + old ttusb-driver - that's why the module is called dvb-usb-ttusb2. 220 220 221 221 config DVB_USB_DTT200U 222 222 tristate "WideView WT-200U and WT-220U (pen) DVB-T USB2.0 support (Yakumo/Hama/Typhoon/Yuan)"
+1 -1
drivers/mtd/devices/Kconfig
··· 49 49 If you want to compile this driver as a module ( = code which can be 50 50 inserted in and removed from the running kernel whenever you want), 51 51 say M here and read <file:Documentation/kbuild/modules.txt>. 52 - The module will be called ms02-nv.ko. 52 + The module will be called ms02-nv. 53 53 54 54 config MTD_DATAFLASH 55 55 tristate "Support for AT45xxx DataFlash"
+2 -2
drivers/mtd/nand/Kconfig
··· 260 260 help 261 261 This enables the driver for the NAND flash device found on the 262 262 Basler eXcite Smart Camera. If built as a module, the driver 263 - will be named "excite_nandflash.ko". 263 + will be named excite_nandflash. 264 264 265 265 config MTD_NAND_CAFE 266 266 tristate "NAND support for OLPC CAFÉ chip" ··· 282 282 controller is enabled for NAND, and currently requires that 283 283 the controller be in MMIO mode. 284 284 285 - If you say "m", the module will be called "cs553x_nand.ko". 285 + If you say "m", the module will be called cs553x_nand. 286 286 287 287 config MTD_NAND_ATMEL 288 288 tristate "Support for NAND Flash / SmartMedia on AT91 and AVR32"
+2 -2
drivers/net/Kconfig
··· 1880 1880 ---help--- 1881 1881 This option enables support for the MPC5200's on-chip 1882 1882 Fast Ethernet Controller 1883 - If compiled as module, it will be called 'fec_mpc52xx.ko'. 1883 + If compiled as module, it will be called fec_mpc52xx. 1884 1884 1885 1885 config FEC_MPC52xx_MDIO 1886 1886 bool "MPC52xx FEC MDIO bus driver" ··· 1892 1892 (Motorola? industry standard). 1893 1893 If your board uses an external PHY connected to FEC, enable this. 1894 1894 If not sure, enable. 1895 - If compiled as module, it will be called 'fec_mpc52xx_phy.ko'. 1895 + If compiled as module, it will be called fec_mpc52xx_phy. 1896 1896 1897 1897 config NE_H8300 1898 1898 tristate "NE2000 compatible support for H8/300"
+1 -1
drivers/net/wireless/Kconfig
··· 310 310 If you want to compile the driver as a module ( = code which can be 311 311 inserted in and removed from the running kernel whenever you want), 312 312 say M here and read <file:Documentation/kbuild/modules.txt>. 313 - The module will be called prism54.ko. 313 + The module will be called prism54. 314 314 315 315 config USB_ZD1201 316 316 tristate "USB ZD1201 based Wireless device support"
+4 -4
drivers/net/wireless/hostap/Kconfig
··· 29 29 PLX/PCI/CS version of the driver to actually use the driver. 30 30 31 31 The driver can be compiled as a module and it will be called 32 - "hostap.ko". 32 + hostap. 33 33 34 34 config HOSTAP_FIRMWARE 35 35 bool "Support downloading firmware images with Host AP driver" ··· 68 68 driver. 69 69 70 70 The driver can be compiled as a module and will be named 71 - "hostap_plx.ko". 71 + hostap_plx. 72 72 73 73 config HOSTAP_PCI 74 74 tristate "Host AP driver for Prism2.5 PCI adaptors" ··· 81 81 driver. 82 82 83 83 The driver can be compiled as a module and will be named 84 - "hostap_pci.ko". 84 + hostap_pci. 85 85 86 86 config HOSTAP_CS 87 87 tristate "Host AP driver for Prism2/2.5/3 PC Cards" ··· 94 94 driver. 95 95 96 96 The driver can be compiled as a module and will be named 97 - "hostap_cs.ko". 97 + hostap_cs.
+2 -2
drivers/net/wireless/iwlwifi/Kconfig
··· 75 75 If you want to compile the driver as a module ( = code which can be 76 76 inserted in and removed from the running kernel whenever you want), 77 77 say M here and read <file:Documentation/kbuild/modules.txt>. The 78 - module will be called iwlagn.ko. 78 + module will be called iwlagn. 79 79 80 80 81 81 config IWL4965 ··· 113 113 If you want to compile the driver as a module ( = code which can be 114 114 inserted in and removed from the running kernel whenever you want), 115 115 say M here and read <file:Documentation/kbuild/modules.txt>. The 116 - module will be called iwl3945.ko. 116 + module will be called iwl3945. 117 117 118 118 config IWL3945_SPECTRUM_MEASUREMENT 119 119 bool "Enable Spectrum Measurement in iwl3945 driver"
+7 -7
drivers/net/wireless/rt2x00/Kconfig
··· 9 9 10 10 When building one of the individual drivers, the rt2x00 library 11 11 will also be created. That library (when the driver is built as 12 - a module) will be called "rt2x00lib.ko". 12 + a module) will be called rt2x00lib. 13 13 14 14 Additionally PCI and USB libraries will also be build depending 15 15 on the types of drivers being selected, these libraries will be 16 - called "rt2x00pci.ko" and "rt2x00usb.ko". 16 + called rt2x00pci and rt2x00usb. 17 17 18 18 if RT2X00 19 19 ··· 26 26 This adds support for rt2400 wireless chipset family. 27 27 Supported chips: RT2460. 28 28 29 - When compiled as a module, this driver will be called "rt2400pci.ko". 29 + When compiled as a module, this driver will be called rt2400pci. 30 30 31 31 config RT2500PCI 32 32 tristate "Ralink rt2500 (PCI/PCMCIA) support" ··· 37 37 This adds support for rt2500 wireless chipset family. 38 38 Supported chips: RT2560. 39 39 40 - When compiled as a module, this driver will be called "rt2500pci.ko". 40 + When compiled as a module, this driver will be called rt2500pci. 41 41 42 42 config RT61PCI 43 43 tristate "Ralink rt2501/rt61 (PCI/PCMCIA) support" ··· 51 51 This adds support for rt2501 wireless chipset family. 52 52 Supported chips: RT2561, RT2561S & RT2661. 53 53 54 - When compiled as a module, this driver will be called "rt61pci.ko". 54 + When compiled as a module, this driver will be called rt61pci. 55 55 56 56 config RT2500USB 57 57 tristate "Ralink rt2500 (USB) support" ··· 62 62 This adds support for rt2500 wireless chipset family. 63 63 Supported chips: RT2571 & RT2572. 64 64 65 - When compiled as a module, this driver will be called "rt2500usb.ko". 65 + When compiled as a module, this driver will be called rt2500usb. 66 66 67 67 config RT73USB 68 68 tristate "Ralink rt2501/rt73 (USB) support" ··· 75 75 This adds support for rt2501 wireless chipset family. 76 76 Supported chips: RT2571W, RT2573 & RT2671. 77 77 78 - When compiled as a module, this driver will be called "rt73usb.ko". 78 + When compiled as a module, this driver will be called rt73usb. 79 79 80 80 config RT2X00_LIB_PCI 81 81 tristate
+7 -7
drivers/s390/net/Kconfig
··· 8 8 Select this option if you want to use LCS networking on IBM System z. 9 9 This device driver supports Token Ring (IEEE 802.5), 10 10 FDDI (IEEE 802.7) and Ethernet. 11 - To compile as a module, choose M. The module name is lcs.ko. 11 + To compile as a module, choose M. The module name is lcs. 12 12 If you do not know what it is, it's safe to choose Y. 13 13 14 14 config CTCM ··· 21 21 It also supports virtual CTCs when running under VM. 22 22 This driver also supports channel-to-channel MPC SNA devices. 23 23 MPC is an SNA protocol device used by Communication Server for Linux. 24 - To compile as a module, choose M. The module name is ctcm.ko. 24 + To compile as a module, choose M. The module name is ctcm. 25 25 To compile into the kernel, choose Y. 26 26 If you do not need any channel-to-channel connection, choose N. 27 27 ··· 34 34 link between VM guests. Using ifconfig a point-to-point connection 35 35 can be established to the Linux on IBM System z 36 36 running on the other VM guest. To compile as a module, choose M. 37 - The module name is netiucv.ko. If unsure, choose Y. 37 + The module name is netiucv. If unsure, choose Y. 38 38 39 39 config SMSGIUCV 40 40 tristate "IUCV special message support (VM only)" ··· 50 50 This driver supports channel attached CLAW devices. 51 51 CLAW is Common Link Access for Workstation. Common devices 52 52 that use CLAW are RS/6000s, Cisco Routers (CIP) and 3172 devices. 53 - To compile as a module, choose M. The module name is claw.ko. 53 + To compile as a module, choose M. The module name is claw. 54 54 To compile into the kernel, choose Y. 55 55 56 56 config QETH ··· 65 65 <http://www.ibm.com/developerworks/linux/linux390> 66 66 67 67 To compile this driver as a module, choose M. 68 - The module name is qeth.ko. 68 + The module name is qeth. 69 69 70 70 config QETH_L2 71 71 tristate "qeth layer 2 device support" 72 72 depends on QETH 73 73 help 74 74 Select this option to be able to run qeth devices in layer 2 mode. 75 - To compile as a module, choose M. The module name is qeth_l2.ko. 75 + To compile as a module, choose M. The module name is qeth_l2. 76 76 If unsure, choose y. 77 77 78 78 config QETH_L3 ··· 80 80 depends on QETH 81 81 help 82 82 Select this option to be able to run qeth devices in layer 3 mode. 83 - To compile as a module choose M. The module name is qeth_l3.ko. 83 + To compile as a module choose M. The module name is qeth_l3. 84 84 If unsure, choose Y. 85 85 86 86 config QETH_IPV6
+1 -1
drivers/serial/Kconfig
··· 861 861 Say Y here if you want to use the Xilinx uartlite serial controller. 862 862 863 863 To compile this driver as a module, choose M here: the 864 - module will be called uartlite.ko. 864 + module will be called uartlite. 865 865 866 866 config SERIAL_UARTLITE_CONSOLE 867 867 bool "Support for console on Xilinx uartlite serial port"
+1 -1
drivers/w1/Kconfig
··· 8 8 If you want W1 support, you should say Y here. 9 9 10 10 This W1 support can also be built as a module. If so, the module 11 - will be called wire.ko. 11 + will be called wire. 12 12 13 13 if W1 14 14
+3 -3
drivers/w1/masters/Kconfig
··· 12 12 using Matrox's G400 GPIO pins. 13 13 14 14 This support is also available as a module. If so, the module 15 - will be called matrox_w1.ko. 15 + will be called matrox_w1. 16 16 17 17 config W1_MASTER_DS2490 18 18 tristate "DS2490 USB <-> W1 transport layer for 1-wire" ··· 22 22 for example DS9490*. 23 23 24 24 This support is also available as a module. If so, the module 25 - will be called ds2490.ko. 25 + will be called ds2490. 26 26 27 27 config W1_MASTER_DS2482 28 28 tristate "Maxim DS2482 I2C to 1-Wire bridge" ··· 56 56 GPIO pins. This driver uses the GPIO API to control the wire. 57 57 58 58 This support is also available as a module. If so, the module 59 - will be called w1-gpio.ko. 59 + will be called w1-gpio. 60 60 61 61 config HDQ_MASTER_OMAP 62 62 tristate "OMAP HDQ driver"
+1 -1
drivers/watchdog/Kconfig
··· 531 531 Board Computer produced by Axiomtek Co., Ltd. (www.axiomtek.com). 532 532 533 533 To compile this driver as a module, choose M here: the 534 - module will be called sbc8360.ko. 534 + module will be called sbc8360. 535 535 536 536 Most people will say N. 537 537
+1 -1
net/ipv6/Kconfig
··· 168 168 into IPv4 packets. This is useful if you want to connect two IPv6 169 169 networks over an IPv4-only path. 170 170 171 - Saying M here will produce a module called sit.ko. If unsure, say Y. 171 + Saying M here will produce a module called sit. If unsure, say Y. 172 172 173 173 config IPV6_NDISC_NODETYPE 174 174 bool
+2 -2
net/netfilter/Kconfig
··· 327 327 328 328 If you want to compile it as a module, say M here and read 329 329 <file:Documentation/kbuild/modules.txt>. The module will be called 330 - ipt_CONNMARK.ko. If unsure, say `N'. 330 + ipt_CONNMARK. If unsure, say `N'. 331 331 332 332 config NETFILTER_XT_TARGET_CONNSECMARK 333 333 tristate '"CONNSECMARK" target support' ··· 584 584 585 585 If you want to compile it as a module, say M here and read 586 586 <file:Documentation/kbuild/modules.txt>. The module will be called 587 - ipt_connmark.ko. If unsure, say `N'. 587 + ipt_connmark. If unsure, say `N'. 588 588 589 589 config NETFILTER_XT_MATCH_CONNTRACK 590 590 tristate '"conntrack" connection tracking match support'