trivial: Kconfig: .ko is normally not included in module names
[sfrench/cifs-2.6.git] / drivers / w1 / masters / Kconfig
index 90616822cd2021ea9b1f8a195baf5dbda6f5e28e..3195fb8b7d9a33850a5d9a179265023c6a78a69c 100644 (file)
@@ -12,7 +12,7 @@ config W1_MASTER_MATROX
          using Matrox's G400 GPIO pins.
 
          This support is also available as a module.  If so, the module
-         will be called matrox_w1.ko.
+         will be called matrox_w1.
 
 config W1_MASTER_DS2490
        tristate "DS2490 USB <-> W1 transport layer for 1-wire"
@@ -22,7 +22,7 @@ config W1_MASTER_DS2490
          for example DS9490*.
 
          This support is also available as a module.  If so, the module
-         will be called ds2490.ko.
+         will be called ds2490.
 
 config W1_MASTER_DS2482
        tristate "Maxim DS2482 I2C to 1-Wire bridge"
@@ -34,6 +34,12 @@ config W1_MASTER_DS2482
          This driver can also be built as a module.  If so, the module
          will be called ds2482.
 
+config W1_MASTER_MXC
+       tristate "Freescale MXC 1-wire busmaster"
+       depends on W1 && ARCH_MXC
+       help
+         Say Y here to enable MXC 1-wire host
+
 config W1_MASTER_DS1WM
        tristate "Maxim DS1WM 1-wire busmaster"
        depends on W1 && ARM && HAVE_CLK
@@ -50,7 +56,7 @@ config W1_MASTER_GPIO
          GPIO pins. This driver uses the GPIO API to control the wire.
 
          This support is also available as a module.  If so, the module
-         will be called w1-gpio.ko.
+         will be called w1-gpio.
 
 config HDQ_MASTER_OMAP
        tristate "OMAP HDQ driver"