commit | 61d87f57f8f56d268eba4a8e4d16d52af5bb0605 | [log] [tgz] |
---|---|---|
author | Dan Kalowsky <daniel.kalowsky@intel.com> | Thu Oct 15 11:00:07 2015 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Feb 05 20:24:29 2016 -0500 |
tree | e7e528829d037edbdb654992fb250a1597c904bd | |
parent | 314432e90f8a04244c79f9b95955c708aba8e6b9 [diff] [blame] |
grove-lcd: import of Grove LCD I2C controller 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>
diff --git a/drivers/Kconfig b/drivers/Kconfig index d323297..ca1fa19 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig
@@ -33,6 +33,8 @@ source "drivers/random/Kconfig" +source "drivers/grove/Kconfig" + source "drivers/pci/Kconfig" source "drivers/gpio/Kconfig"