mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
Rename ioexpander/ directories to discrete/
This commit is contained in:
+7
-7
@@ -292,16 +292,16 @@ if INPUT
|
||||
source drivers/input/Kconfig
|
||||
endif # INPUT
|
||||
|
||||
menuconfig IOEXPANDER
|
||||
bool "IO Expanders Support"
|
||||
menuconfig DISCRETE_IO
|
||||
bool "Discrete I/O"
|
||||
default n
|
||||
---help---
|
||||
This directory holds implementations of IO expander drivers.
|
||||
See include/nuttx/ioexpander/ioexpander.h for registration information.
|
||||
This directory holds implementations of IO expander and other
|
||||
discrete I/O drivers.
|
||||
|
||||
if IOEXPANDER
|
||||
source drivers/ioexpander/Kconfig
|
||||
endif # IOEXPANDER
|
||||
if DISCRETE_IO
|
||||
source drivers/discrete/Kconfig
|
||||
endif # DISCRETE_IO
|
||||
|
||||
menuconfig LCD
|
||||
bool "LCD Driver Support"
|
||||
|
||||
Reference in New Issue
Block a user