blob: 5860576ee781ebcaeb487bdf3c318a79b318a019 [file] [log] [blame]
Matthew McClintocka3221942014-01-16 11:44:26 -06001# Copyright (c) 2013 Qualcomm Atheros, Inc.
2#
3# All Rights Reserved.
4# Qualcomm Atheros Confidential and Proprietary.
Dave Hudson87973cd2013-10-22 16:00:04 +01005#
6# Shortcut forwarding engine
7#
8
9config 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.