summaryrefslogtreecommitdiff
path: root/drivers/grove/Kconfig
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2016-04-23 11:06:05 -0400
committerAnas Nashif <nashif@linux.intel.com>2016-04-25 17:01:48 +0000
commit9d8c332b213b9c540b7d7d104858fd82a4e1e17c (patch)
treec56fde0ecdfb229f54a7439b1bfe5b27d04acb77 /drivers/grove/Kconfig
parent052664d282cd67e7a6917391be1a083ab9be0b97 (diff)
i2c: use I2C_X nameing instead of I2CX
Other IOs use this format, so lets be consistent and use I2C_0 instead of I2C0 and I2C_1 an instead of I2C1. Change-Id: I591ab08e14bd533ef0fac38e596559da783863b8 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
Diffstat (limited to 'drivers/grove/Kconfig')
-rw-r--r--drivers/grove/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/grove/Kconfig b/drivers/grove/Kconfig
index a6477b514..a544b2aa4 100644
--- a/drivers/grove/Kconfig
+++ b/drivers/grove/Kconfig
@@ -52,7 +52,7 @@ config GROVE_LCD_RGB
config GROVE_LCD_RGB_I2C_MASTER_DEV_NAME
string "I2C Master where Grove LCD is connected"
depends on GROVE_LCD_RGB
- default "I2C0"
+ default "I2C_0"
help
Specify the device name of the I2C master device to which the
Grove LCD is connected.