i2c: rename DW_I2C -> I2C_DW
This driver naming is an exception which compared with all other drivers we have. To keep things consistent the configuration options and variables are renamed to <type>_<name>. Change-Id: Ib95aa09630a507848f78d8f2c28706b545eed06d Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
086430e4a0
commit
6d107887c6
9 changed files with 93 additions and 92 deletions
|
@ -1 +1 @@
|
|||
obj-$(CONFIG_DW_I2C) += dw_i2c.o
|
||||
obj-$(CONFIG_I2C_DW) += dw_i2c.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue