Change name of drivers/discrete back to drivers/ioexpander

This commit is contained in:
Gregory Nutt
2015-12-15 08:40:34 -06:00
parent 78f2ce05f8
commit 8ab93fdf98
8 changed files with 44 additions and 58 deletions
+7 -7
View File
@@ -378,16 +378,16 @@ if INPUT
source drivers/input/Kconfig
endif # INPUT
menuconfig DISCRETE_IO
bool "Discrete I/O"
menuconfig IOEXPANDER
bool "IO Expander Support"
default n
---help---
This directory holds implementations of IO expander and other
discrete I/O drivers.
This directory holds implementations of IO expander drivers.
See include/nuttx/discrete/ioexpander.h for registration information.
if DISCRETE_IO
source drivers/discrete/Kconfig
endif # DISCRETE_IO
if IOEXPANDER
source drivers/ioexpander/Kconfig
endif # IOEXPANDER
menuconfig LCD
bool "LCD Driver Support"