diff options
author | Varun Wadekar <vwadekar@nvidia.com> | 2011-02-11 02:02:14 -0800 |
---|---|---|
committer | Dan Willemsen <dwillemsen@nvidia.com> | 2011-11-30 21:43:03 -0800 |
commit | 41e361ff01e39494a8b4dce6664a428b22f1dfc3 (patch) | |
tree | fae8d1193decd53baa148f7f5027f5f0378ebf32 /drivers/misc/Kconfig | |
parent | 8051399a2fe395ef7a6344d242dff13103a3b993 (diff) |
misc: tegra-cryptodev: device node to access tegra aes hw
/dev/tegra-crypto node to access tegra aes hw from the
user space. currently ecb/cbc/ansi_x9.31 modes are supported
Original-Change-Id: I8d9e48d4b139e9c2e26a885773fb2f792fb6ca87
Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
Reviewed-on: http://git-master/r/16046
Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
Rebase-Id: R1e3e1f059255adb13d39c4332f6cdfb3f3c8c3f0
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 40b75d076ae1..9126675fc048 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -514,6 +514,12 @@ config BCM4329_RFKILL ---help--- Adds BCM4329 RFKILL driver for Broadcom BCM4329 chipset +config TEGRA_CRYPTO_DEV + bool "Device node to access tegra aes hardware" + ---help--- + Dev node /dev/tegra-crypto in order to get access to tegra aes + hardware from user space + source "drivers/misc/c2port/Kconfig" source "drivers/misc/eeprom/Kconfig" source "drivers/misc/cb710/Kconfig" |