mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 21:36:28 +08:00
Add a GPIO lower-half driver that can be used to register a GPIO character driver for accessing pins on an I/O expander.
This commit is contained in:
@@ -139,4 +139,12 @@ config DEV_GPIO
|
||||
Enables a simple GPIO input/output driver to support application-
|
||||
space testing of hardware.
|
||||
|
||||
config GPIO_LOWER_HALF
|
||||
bool "GPIO Lower Half"
|
||||
default n
|
||||
depends on DEV_GPIO && IOEXPANDER
|
||||
---help---
|
||||
Enable support for a lower half driver that provides GPIO driver
|
||||
support for I/O expander pins.
|
||||
|
||||
endmenu # IO Expander/GPIO Support
|
||||
|
||||
Reference in New Issue
Block a user