diff options
author | Christian Gromm <christian.gromm@microchip.com> | 2017-11-21 15:04:37 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-11-27 09:20:33 +0100 |
commit | 77550c20121f07b0f2389c39e076e034660724e0 (patch) | |
tree | ab3ae54ffb6f4e35b7a6a24de2da7485e23c0035 /drivers/staging/most/Kconfig | |
parent | 7b9cdcf6ea8062b4a003b0a06601d94a52f95eeb (diff) |
staging: most: i2c: rename module
This patch renames the folder of the i2c module. It is needed
to clear the directory layout.
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/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/most/Kconfig b/drivers/staging/most/Kconfig index 60a2825e6076..b3393a5f5706 100644 --- a/drivers/staging/most/Kconfig +++ b/drivers/staging/most/Kconfig @@ -27,7 +27,7 @@ source "drivers/staging/most/aim-v4l2/Kconfig" source "drivers/staging/most/hdm-dim2/Kconfig" -source "drivers/staging/most/hdm-i2c/Kconfig" +source "drivers/staging/most/i2c/Kconfig" source "drivers/staging/most/hdm-usb/Kconfig" |