config HAVE_NET_DSA def_bool y depends on INET && NETDEVICES && !S390 # Drivers must select NET_DSA and the appropriate tagging format config NET_DSA tristate "Distributed Switch Architecture" depends on HAVE_NET_DSA select NET_SWITCHDEV select PHYLIB ---help--- Say Y if you want to enable support for the hardware switches supported by the Distributed Switch Architecture. if NET_DSA # tagging formats config NET_DSA_TAG_BRCM bool config NET_DSA_TAG_DSA bool config NET_DSA_TAG_EDSA bool config NET_DSA_TAG_TRAILER bool config NET_DSA_TAG_QCA bool endif '/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2016-05-28 18:31:26 -0500
committerBjorn Helgaas <bhelgaas@google.com>2016-06-25 07:44:24 -0500
commitda6163ad3aae627d0b12ae58300c5d02d8ee613e (patch)
treee923210ad063aa2c10e1bddb2566e15d0cc4c976
parent2fbb353041891ce8527667ca956d9c53222dec01 (diff)
PCI: versatile: Simplify host bridge window iteration
The switch is the only statement in the resource_list_for_each_entry() loop, so remove unnecessary "continue" statements in the switch. Simplify checking for the required non-prefetchable memory aperture. No functional change intended. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>