Commit 998f7bb3 authored by Federico Vaga's avatar Federico Vaga

[new driver] add support for Velleman K8055 board

Signed-off-by: 's avatarFederico Vaga <federico.vaga@gmail.com>
Acked-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent afc3c161
......@@ -8,6 +8,11 @@ obj-m += zio-irq-tdc.o
obj-m += zio-fake-dtc.o
obj-m += zio-mini.o
obj-m += zio-gpio.o
ifdef CONFIG_USB
obj-m += zio-vmk8055.o
endif
ifdef CONFIG_SPI
obj-m += zio-ad788x.o
endif
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment