Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4737f097 authored by Pavel Machek's avatar Pavel Machek Committed by Jiri Kosina
Browse files

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



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

Signed-off-by: default avatarPavel Machek <pavel@ucw.cz>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 32262240
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -872,7 +872,7 @@ config BFIN_GPTIMERS
	  are unsure, say N.

	  To compile this driver as a module, choose M here: the module
	  will be called gptimers.ko.
	  will be called gptimers.

choice
	prompt "Uncached DMA region"
+1 −1
Original line number Diff line number Diff line
@@ -112,7 +112,7 @@ config GDROM
	  with up to 1 GB of data. This drive will also read standard CD ROM
	  disks. Select this option to access any disks in your GD ROM drive.
	  Most users will want to say "Y" here.
	  You can also build this as a module which will be called gdrom.ko
	  You can also build this as a module which will be called gdrom.

source "drivers/block/paride/Kconfig"

+1 −1
Original line number Diff line number Diff line
@@ -692,7 +692,7 @@ config HVCS
	  this driver.

	  To compile this driver as a module, choose M here: the
	  module will be called hvcs.ko.  Additionally, this module
	  module will be called hvcs.  Additionally, this module
	  will depend on arch specific APIs exported from hvcserver.ko
	  which will also be compiled when this driver is built as a
	  module.
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ menuconfig CONNECTOR
	  of the netlink socket protocol.

	  Connector support can also be built as a module.  If so, the module
	  will be called cn.ko.
	  will be called cn.

if CONNECTOR

+3 −3
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ config CRYPTO_DEV_PADLOCK_AES
	  Available in VIA C3 and newer CPUs.

	  If unsure say M. The compiled module will be
	  called padlock-aes.ko
	  called padlock-aes.

config CRYPTO_DEV_PADLOCK_SHA
	tristate "PadLock driver for SHA1 and SHA256 algorithms"
@@ -47,7 +47,7 @@ config CRYPTO_DEV_PADLOCK_SHA
	  Available in VIA C7 and newer processors.

	  If unsure say M. The compiled module will be
	  called padlock-sha.ko
	  called padlock-sha.

config CRYPTO_DEV_GEODE
	tristate "Support for the Geode LX AES engine"
@@ -79,7 +79,7 @@ config ZCRYPT_MONOLITHIC
	bool "Monolithic zcrypt module"
	depends on ZCRYPT="m"
	help
	  Select this option if you want to have a single module z90crypt.ko
	  Select this option if you want to have a single module z90crypt,
	  that contains all parts of the crypto device driver (ap bus,
	  request router and all the card drivers).

Loading