summaryrefslogtreecommitdiff
path: root/drivers/grove/Kconfig
AgeCommit message (Collapse)Author
2016-05-12grove: add light sensorBogdan Davidoaia
Add driver for the Grove Light Sensor which detects changes in ambient light. Sensor reference page: http://www.seeedstudio.com/wiki/Grove_-_Light_Sensor Origin: Original Change-Id: I88ae20cc9faa8ab8f274b0bd7a114db5c1a87a91 Signed-off-by: Bogdan Davidoaia <bogdan.m.davidoaia@intel.com>
2016-04-25i2c: use I2C_X nameing instead of I2CXAnas Nashif
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>
2016-03-18sys_log: Grove driver update to new logging APIGenaro Saucedo Tejada
Replaces old DBG calls by new SYS_LOG_... ones, likewise updates the grove/Kconfig file to include new per-level logging control. Change-Id: I638ffa915a760b4f188c1bfa2dc68e63cbf7e624 Signed-off-by: Genaro Saucedo Tejada <genaro.saucedo.tejada@intel.com>
2016-02-05grove_lcd: this display is not a feature of the boardAnas Nashif
The LCD display is an add-on, not a feature of the platform or the board. Set the defaults and remove the definition from Galileo Kconfig. Change-Id: Ic319cd765d2dc1fe08cc65615680821fe9bc6a83 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-02-05grove/lcd: add an option to specify I2C masterDaniel Leung
Add an option to specify to which I2C master the Grove LCD is connected, instead of already using the i2c_dw driver port #0. Change-Id: I4e61ef8e31c75ae912e2d16f8939369c0b8bbc2c Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2016-02-05init: Implement fine-grained initialization policyDmitriy Korovkin
Put initialization priorities as device driver Kconfig parameter. Initialization priority value for each platform is defined in the platform Kconfig file. Drivers and platform code use SYS_DEFINE_DEVICE to add and initialization function. Change-Id: I2f4f3c7370dac02408a1b50a0a1bade8b427a282 Signed-off-by: Dmitriy Korovkin <dmitriy.korovkin@windriver.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-02-05grove: KConfig cleanupDan Kalowsky
Adding in dependency of GROVE_DEBUG to the GROVE configuration option being set Change-Id: I4108e619254ca3cde2b96de595e1b8300fe6a752 Signed-off-by: Dan Kalowsky <daniel.kalowsky@intel.com>
2016-02-05Change new files from BSD-3 licenses to Apache 2.0Javier B Perez Hernandez
Change the new files from Intel in BSD-3 to Apache 2.0 Change-Id: Ica4b455e9cb8134889f2a88e2d96094ce7093734 Signed-off-by: Javier B Perez Hernandez <javier.b.perez.hernandez@linux.intel.com>
2016-02-05grove-lcd: import of Grove LCD I2C controllerDan Kalowsky
Initial import of the Grove LCD I2C controller. Data sheet can be found at: http://www.seeedstudio.com/wiki/images/0/03/JHD1214Y_YG_1.0.pdf [DL: Updated command sequence according to datasheet.] Change-Id: Id1b491f8dce346769dc42c41fac0ea3aabe3950a Signed-off-by: Daniel Leung <daniel.leung@intel.com> Signed-off-by: Dan Kalowsky <daniel.kalowsky@intel.com>