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:
Anas Nashif 2015-09-19 22:54:53 -04:00
commit 6d107887c6
9 changed files with 93 additions and 92 deletions

View file

@ -1 +1 @@
obj-$(CONFIG_DW_I2C) += dw_i2c.o
obj-$(CONFIG_I2C_DW) += dw_i2c.o