summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/nvsec/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/can/nvsec/Kconfig')
-rw-r--r--drivers/net/can/nvsec/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/net/can/nvsec/Kconfig b/drivers/net/can/nvsec/Kconfig
new file mode 100644
index 000000000..a0a50568b
--- /dev/null
+++ b/drivers/net/can/nvsec/Kconfig
@@ -0,0 +1,9 @@
1config TEGRA_HV_SECCAN
2 tristate "Tegra Hypervisor Security path CAN"
3 depends on ARCH_TEGRA_18x_SOC && CAN
4 select STAGING
5 help
6 Add support for emulating a socketCAN device on tegra hypervisor systems.
7 To compile this driver as a module, choose M here: the
8 module will be called nvsec_hv_can.
9