summaryrefslogtreecommitdiffstats
path: root/drivers/staging/most/hdm-i2c/Kconfig
diff options
context:
space:
mode:
authorChristian Gromm <christian.gromm@microchip.com>2015-07-24 16:11:54 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-07-24 13:50:43 -0700
commit91a450ada852f8cb5fc8b9c7242a856cc7b31643 (patch)
tree59a3d0daa1e723332844433d85baf1800d738482 /drivers/staging/most/hdm-i2c/Kconfig
parentba3d7ddfb5c6a2529155ac24d7964adba8777419 (diff)
downloadop-kernel-dev-91a450ada852f8cb5fc8b9c7242a856cc7b31643.zip
op-kernel-dev-91a450ada852f8cb5fc8b9c7242a856cc7b31643.tar.gz
Staging: most: add MOST driver's hdm-i2c module
This patch adds the hdm-i2c module of the MOST driver to the kernel's driver staging area. This module is part of the MOST driver and handles the I2C interface of the MOST network interface controller. This patch is needed in order to use the I2C peripheral interface of the network interface controller. Signed-off-by: Christian Gromm <christian.gromm@microchip.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/most/hdm-i2c/Kconfig')
-rw-r--r--drivers/staging/most/hdm-i2c/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/staging/most/hdm-i2c/Kconfig b/drivers/staging/most/hdm-i2c/Kconfig
new file mode 100644
index 0000000..6fd7983
--- /dev/null
+++ b/drivers/staging/most/hdm-i2c/Kconfig
@@ -0,0 +1,12 @@
+#
+# MOST I2C configuration
+#
+
+config HDM_I2C
+ tristate "I2C HDM"
+ depends on I2C
+ ---help---
+ Say Y here if you want to connect via I2C to network tranceiver.
+
+ To compile this driver as a module, choose M here: the
+ module will be called hdm_i2c.
OpenPOWER on IntegriCloud