This commit adds:

-headers in nuttx/ioexpander to define the "generic" ioexpander framework
-files in drivers/ioexpander for the implementation of the NXP PCA9555 framework
-bindings in drivers/Kconfig and drivers/Makefile

From Sebastien Lorquet
This commit is contained in:
Sebastien Lorquet
2015-07-09 07:31:22 -06:00
committed by Gregory Nutt
parent 434eeefe52
commit b947002d6a
8 changed files with 928 additions and 0 deletions
+11
View File
@@ -285,6 +285,17 @@ if INPUT
source drivers/input/Kconfig
endif # INPUT
menuconfig IOEXPANDER
bool "IO Expanders Support"
default n
---help---
This directory holds implementations of IO expander drivers.
See include/nuttx/ioexpander/ioexpander.h for registration information.
if IOEXPANDER
source drivers/ioexpander/Kconfig
endif # IOEXPANDER
menuconfig LCD
bool "LCD Driver Support"
default n