]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/blobdiff - net/can/Kconfig
Merge branch 'master' of rtime.felk.cvut.cz:can-eth-gw-linux
[can-eth-gw-linux.git] / net / can / Kconfig
index 03200699d274bf5e156db6948ac47fb73664f0e8..794d934d01695ffdf7da018a610b168632387a2f 100644 (file)
@@ -52,4 +52,13 @@ config CAN_GW
          They can be modified with AND/OR/XOR/SET operations as configured
          by the netlink configuration interface known e.g. from iptables.
 
+config CAN_ETH_GW
+       tristate "CAN/UDP Gateway"
+       depends on CAN && CAN_RAW && INET
+       default N
+       ---help---
+         The CAN/UDP Gateway is used to route CAN frames to UDP sockets and
+         vice versa. To use and configure the gateway, a user-space utility
+         is needed.
+
 source "drivers/net/can/Kconfig"