i2c: Rename CONFIG_I2C_[0..5]_NAME -> DT_I2C_[0..5]_NAME

Now that everything is DT based for I2C drivers we can rename the
CONFIG_I2C_[0..5]_NAME define to DT_I2C_[0..5]_NAME.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2019-10-22 09:38:21 -05:00 committed by Maureen Helm
commit 9784f800a6
30 changed files with 69 additions and 69 deletions

View file

@ -9,4 +9,4 @@
* generated data matches the driver definitions.
*/
#define CONFIG_I2C_0_NAME DT_NIOS2_I2C_100200_LABEL
#define DT_I2C_0_NAME DT_NIOS2_I2C_100200_LABEL