mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-25 05:34:00 +08:00
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>
This commit is contained in:
parent
7b9cdcf6ea
commit
77550c2012
@ -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"
|
||||
|
||||
|
@ -2,11 +2,11 @@
|
||||
# MOST I2C configuration
|
||||
#
|
||||
|
||||
config HDM_I2C
|
||||
tristate "I2C HDM"
|
||||
config MOST_I2C
|
||||
tristate "I2C"
|
||||
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.
|
||||
module will be called most_i2c.
|
4
drivers/staging/most/i2c/Makefile
Normal file
4
drivers/staging/most/i2c/Makefile
Normal file
@ -0,0 +1,4 @@
|
||||
obj-$(CONFIG_MOST_I2C) += most_i2c.o
|
||||
|
||||
most_i2c-objs := i2c.o
|
||||
ccflags-y += -Idrivers/staging/
|
@ -1,6 +1,6 @@
|
||||
// SPDX-License-Identifier: GPL-2.0
|
||||
/*
|
||||
* hdm_i2c.c - Hardware Dependent Module for I2C Interface
|
||||
* i2c.c - Hardware Dependent Module for I2C Interface
|
||||
*
|
||||
* Copyright (C) 2013-2015, Microchip Technology Germany II GmbH & Co. KG
|
||||
*/
|
Loading…
Reference in New Issue
Block a user