[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <df84565f623e464aa8419c4d2003701dafef9ea8.1322328076.git.rubini@gnudd.com>
Date: Sat, 26 Nov 2011 18:31:25 +0100
From: Alessandro Rubini <rubini@...dd.com>
To: linux-iio@...r.kernel.org, greg@...ah.com,
linux-kernel@...r.kernel.org
Cc: federico.vaga@...il.com, dcobas@...n.ch, siglesia@...n.ch,
manohar.vanga@...n.ch
Subject: [RFC PATCH 7/7] zio: insert in Kbuild so it is actually compiled
Signed-off-by: Alessandro Rubini <rubini@...dd.com>
Signed-off-by: Federico Vaga <federico.vaga@...il.com>
---
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-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists