# # MPLS configuration # menuconfig MPLS bool "MultiProtocol Label Switching" default n ---help--- MultiProtocol Label Switching routes packets through logical circuits. Originally conceived as a way of routing packets at hardware speeds (before hardware was capable of routing ipv4 packets), MPLS remains a simple way of making tunnels. If you have not heard of MPLS you probably want to say N here. if MPLS config NET_MPLS_GSO tristate "MPLS: GSO support" help This is helper module to allow segmentation of non-MPLS GSO packets that have had MPLS stack entries pushed onto them and thus become MPLS GSO packets. config MPLS_ROUTING tristate "MPLS: routing support" ---help--- Add support for forwarding of mpls packets. config MPLS_IPTUNNEL tristate "MPLS: IP over MPLS tunnel support" depends on LWTUNNEL && MPLS_ROUTING ---help--- mpls ip tunnel support. endif # MPLS id' value='6ffc84dd1590a7af837a23c8d2c405eaa0a7faef'/> net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2016-08-31 11:37:05 +0200
committerMark Brown <broonie@kernel.org>2016-09-01 20:53:52 +0100
commit6ffc84dd1590a7af837a23c8d2c405eaa0a7faef (patch)
tree1302b3232d0bd8cb63616204b887fb54818d97e7 /Documentation
parent29b4817d4018df78086157ea3a55c1d9424a7cfc (diff)
spi: sh-msiof: Use ARCH_SHMOBILE instead of SUPERH
"spi_sh_msiof" is used on sh7723 and sh7724 only. As all of the above select ARCH_SHMOBILE, restrict its driver dependencies from SUPERH to ARCH_SHMOBILE. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Simon Horman <horms+renesas@verge.net.au> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')