Matthew McClintock | a322194 | 2014-01-16 11:44:26 -0600 | [diff] [blame] | 1 | # Copyright (c) 2013 Qualcomm Atheros, Inc. |
| 2 | # |
| 3 | # All Rights Reserved. |
| 4 | # Qualcomm Atheros Confidential and Proprietary. |
Dave Hudson | 87973cd | 2013-10-22 16:00:04 +0100 | [diff] [blame] | 5 | # |
| 6 | # Shortcut forwarding engine |
| 7 | # |
| 8 | |
| 9 | config SHORTCUT_FE |
| 10 | tristate "Shortcut Forwarding Engine" |
| 11 | depends on NF_CONNTRACK |
| 12 | ---help--- |
| 13 | Shortcut is a fast in-kernel packet forwarding engine. |
| 14 | |
| 15 | To compile this code as a module, choose M here: the module will be |
| 16 | called shortcut-fe. |
| 17 | |
| 18 | If unsure, say N. |