Signed-off-by: Alessandro Rubini <rubini@xxxxxxxxx> Signed-off-by: Federico Vaga <federico.vaga@xxxxxxxxx> --- drivers/Kconfig | 2 ++ drivers/Makefile | 1 + drivers/zio/Kconfig | 12 ++++++++++++ 3 files changed, 15 insertions(+), 0 deletions(-) create mode 100644 drivers/zio/Kconfig diff --git a/drivers/Kconfig b/drivers/Kconfig index 5289508..ef7bf06 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig @@ -118,6 +118,8 @@ source "drivers/vlynq/Kconfig" source "drivers/virtio/Kconfig" +source "drivers/zio/Kconfig" + source "drivers/xen/Kconfig" source "drivers/staging/Kconfig" diff --git a/drivers/Makefile b/drivers/Makefile index 91077ac..96da622 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -118,6 +118,7 @@ obj-$(CONFIG_SSB) += ssb/ obj-$(CONFIG_BCMA) += bcma/ obj-$(CONFIG_VHOST_NET) += vhost/ obj-$(CONFIG_VLYNQ) += vlynq/ +obj-$(CONFIG_ZIO) += zio/ obj-$(CONFIG_STAGING) += staging/ obj-y += platform/ obj-y += ieee802154/ diff --git a/drivers/zio/Kconfig b/drivers/zio/Kconfig new file mode 100644 index 0000000..774a185 --- /dev/null +++ b/drivers/zio/Kconfig @@ -0,0 +1,12 @@ + +config ZIO + tristate "The ZIO framework for high-bandwidth I/O" + help + This is a new proposed framework for input/output, whose + main use case is multi-megabyte per second I/O on several + channels, with hardware timestamping and offline elaboration. + + Currently, all drivers (and triggers, and buffers) are compiled, + with no Kconfig selection at a finer resolution. + + See www.ohwr.org/projects/zio for docs, slides, repo and list. -- 1.7.7.2 -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html