summaryrefslogtreecommitdiff
path: root/drivers/net/can/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/can/Kconfig')
-rw-r--r--drivers/net/can/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/net/can/Kconfig b/drivers/net/can/Kconfig
index 58808f651452..1602a1ac0a16 100644
--- a/drivers/net/can/Kconfig
+++ b/drivers/net/can/Kconfig
@@ -52,6 +52,15 @@ config CAN_CALC_BITTIMING
arguments "tq", "prop_seg", "phase_seg1", "phase_seg2" and "sjw".
If unsure, say Y.
+config CAN_HWFILTER
+ bool "Enable CAN hardware filtering support"
+ default n
+ ---help---
+ This enables, netlink options to configure CAN hardware
+ filtering. This feature is supported by the uCAN
+ driver. If enabled hardware filters can be set with the a
+ patched version of ip(8).
+
config CAN_LEDS
bool "Enable LED triggers for Netlink based drivers"
depends on LEDS_CLASS