mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
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:
committed by
Gregory Nutt
parent
434eeefe52
commit
b947002d6a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user