aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/most/dim2/Kconfig
diff options
context:
space:
mode:
authorChristian Gromm <christian.gromm@microchip.com>2017-11-21 15:04:38 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-11-27 09:20:33 +0100
commit9249c6a6d3560f09cddd04e2fda856f237b64987 (patch)
tree38f4a1f5c2eb241d2e2f010e469c4a87877e0f52 /drivers/staging/most/dim2/Kconfig
parentstaging: most: i2c: rename module (diff)
downloadlinux-dev-9249c6a6d3560f09cddd04e2fda856f237b64987.tar.xz
linux-dev-9249c6a6d3560f09cddd04e2fda856f237b64987.zip
staging: most: dim2: rename module
This patch renames the folder and source files of the dim2 module. It is needed to clear the directory layout of the driver. Signed-off-by: Christian Gromm <christian.gromm@microchip.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/most/dim2/Kconfig')
-rw-r--r--drivers/staging/most/dim2/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/staging/most/dim2/Kconfig b/drivers/staging/most/dim2/Kconfig
new file mode 100644
index 000000000000..e39c4e525cac
--- /dev/null
+++ b/drivers/staging/most/dim2/Kconfig
@@ -0,0 +1,16 @@
+#
+# MediaLB configuration
+#
+
+config MOST_DIM2
+ tristate "DIM2"
+ depends on HAS_IOMEM
+
+ ---help---
+ Say Y here if you want to connect via MediaLB to network transceiver.
+ This device driver is platform dependent and needs an additional
+ platform driver to be installed. For more information contact
+ maintainer of this driver.
+
+ To compile this driver as a module, choose M here: the
+ module will be called most_dim2.