summaryrefslogtreecommitdiffstats
path: root/drivers/staging/most/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/Kconfig
parentba3d7ddfb5c6a2529155ac24d7964adba8777419 (diff)
downloadlinux-91a450ada852f8cb5fc8b9c7242a856cc7b31643.tar.bz2
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/Kconfig')
-rw-r--r--drivers/staging/most/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/most/Kconfig b/drivers/staging/most/Kconfig
index 659c40261720..2a9f92669161 100644
--- a/drivers/staging/most/Kconfig
+++ b/drivers/staging/most/Kconfig
@@ -23,4 +23,6 @@ source "drivers/staging/most/aim-v4l2/Kconfig"
source "drivers/staging/most/hdm-dim2/Kconfig"
+source "drivers/staging/most/hdm-i2c/Kconfig"
+
endif