From 6e16aee60c815dac2d6c3b875769a79d09df6f91 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Tue, 24 Jun 2008 15:19:47 +0100 Subject: Staging: add mimio xi driver This patch adds the Mimio Xi interactive whiteboard driver to the tree. It was originally written by mwilder@cs.nmsu.edu, but cleaned up and forward ported by me to the latest kernel version. Cc: Phil Hannent Cc: Signed-off-by: Greg Kroah-Hartman --- drivers/staging/mimio/Kconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 drivers/staging/mimio/Kconfig (limited to 'drivers/staging/mimio/Kconfig') diff --git a/drivers/staging/mimio/Kconfig b/drivers/staging/mimio/Kconfig new file mode 100644 index 00000000000..c0ba4c800df --- /dev/null +++ b/drivers/staging/mimio/Kconfig @@ -0,0 +1,10 @@ +config INPUT_MIMIO + tristate "Mimio Xi interactive whiteboard support" + depends on USB + default N + help + Say Y here if you want to use a Mimio Xi interactive + whiteboard device. + + To compile this driver as a module, choose M here: the + module will be called mimio. -- cgit v1.2.3