diff options
author | Hans J. Koch <hjk@linutronix.de> | 2010-02-10 22:12:42 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-03-08 04:04:51 +0300 |
commit | d6e976c0d258c9547a308bd8a9a82ec93e2bc6e2 (patch) | |
tree | 9c6f0d683c24549bd2f5e8b47295d333de0ac59c /drivers/uio/Kconfig | |
parent | 0a965eb9f69caf0fb331d45556da8bab1c8dcb11 (diff) | |
download | linux-d6e976c0d258c9547a308bd8a9a82ec93e2bc6e2.tar.xz |
UIO: Remove SMX Cryptengine driver
Ben Nizette, the author of this driver, told me in a private mail that this
project has been cancelled. He suggested to remove the driver for now, and
will come back with a new version should the hardware really exist.
This patch completely removes the driver.
Signed-off-by: Hans J. Koch <hjk@linutronix.de>
Acked-by: Ben Nizette <bn@niasdigital.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/uio/Kconfig')
-rw-r--r-- | drivers/uio/Kconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/uio/Kconfig b/drivers/uio/Kconfig index 6dd2a290f323..1da73ecd9799 100644 --- a/drivers/uio/Kconfig +++ b/drivers/uio/Kconfig @@ -44,17 +44,6 @@ config UIO_PDRV_GENIRQ If you don't know what to do here, say N. -config UIO_SMX - tristate "SMX cryptengine UIO interface" - help - Userspace IO interface to the Cryptography engine found on the - Nias Digital SMX boards. These will be available from Q4 2008 - from http://www.niasdigital.com. The userspace part of this - driver will be released under the GPL at the same time as the - hardware and will be able to be downloaded from the same site. - - If you compile this as a module, it will be called uio_smx. - config UIO_AEC tristate "AEC video timestamp device" depends on PCI |