Add a general bit-bang SPI upper-half driver

This commit is contained in:
Gregory Nutt
2013-07-01 12:23:26 -06:00
parent 09faaccc02
commit 8b68ea2f94
11 changed files with 934 additions and 23 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
#
############################################################################
# Don't build anything if there is no NX support for input devices
# Don't build anything if there is no support for input devices
ifeq ($(CONFIG_INPUT),y)