Commit e85eb117 authored by Philippe De Muyter's avatar Philippe De Muyter Committed by David S. Miller

net: Kconfig whitespace cleanup

Many lines in Kconfig start withe 8 spaces instead of a TAB, and even
sometimes with 7 spaces.  Replace 10 or 9 spaces, or TAB + 1 space,
by TAB + 2 spaces, and 8 or 7 spaces by TAB.
Signed-off-by: default avatarPhilippe De Muyter <phdm@macqel.be>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 1d7138de
...@@ -1533,7 +1533,7 @@ config E100 ...@@ -1533,7 +1533,7 @@ config E100
<http://support.intel.com/support/network/adapter/pro100/21397.htm> <http://support.intel.com/support/network/adapter/pro100/21397.htm>
to identify the adapter. to identify the adapter.
For the latest Intel PRO/100 network driver for Linux, see: For the latest Intel PRO/100 network driver for Linux, see:
...@@ -1786,17 +1786,17 @@ config KS8842 ...@@ -1786,17 +1786,17 @@ config KS8842
tristate "Micrel KSZ8841/42 with generic bus interface" tristate "Micrel KSZ8841/42 with generic bus interface"
depends on HAS_IOMEM && DMA_ENGINE depends on HAS_IOMEM && DMA_ENGINE
help help
This platform driver is for KSZ8841(1-port) / KS8842(2-port) This platform driver is for KSZ8841(1-port) / KS8842(2-port)
ethernet switch chip (managed, VLAN, QoS) from Micrel or ethernet switch chip (managed, VLAN, QoS) from Micrel or
Timberdale(FPGA). Timberdale(FPGA).
config KS8851 config KS8851
tristate "Micrel KS8851 SPI" tristate "Micrel KS8851 SPI"
depends on SPI depends on SPI
select MII select MII
select CRC32 select CRC32
help help
SPI driver for Micrel KS8851 SPI attached network chip. SPI driver for Micrel KS8851 SPI attached network chip.
config KS8851_MLL config KS8851_MLL
tristate "Micrel KS8851 MLL" tristate "Micrel KS8851 MLL"
...@@ -2133,25 +2133,25 @@ config IP1000 ...@@ -2133,25 +2133,25 @@ config IP1000
will be called ipg. This is recommended. will be called ipg. This is recommended.
config IGB config IGB
tristate "Intel(R) 82575/82576 PCI-Express Gigabit Ethernet support" tristate "Intel(R) 82575/82576 PCI-Express Gigabit Ethernet support"
depends on PCI depends on PCI
---help--- ---help---
This driver supports Intel(R) 82575/82576 gigabit ethernet family of This driver supports Intel(R) 82575/82576 gigabit ethernet family of
adapters. For more information on how to identify your adapter, go adapters. For more information on how to identify your adapter, go
to the Adapter & Driver ID Guide at: to the Adapter & Driver ID Guide at:
<http://support.intel.com/support/network/adapter/pro100/21397.htm> <http://support.intel.com/support/network/adapter/pro100/21397.htm>
For general information and support, go to the Intel support For general information and support, go to the Intel support
website at: website at:
<http://support.intel.com> <http://support.intel.com>
More specific information on configuring the driver is in More specific information on configuring the driver is in
<file:Documentation/networking/e1000.txt>. <file:Documentation/networking/e1000.txt>.
To compile this driver as a module, choose M here. The module To compile this driver as a module, choose M here. The module
will be called igb. will be called igb.
config IGB_DCA config IGB_DCA
bool "Direct Cache Access (DCA) Support" bool "Direct Cache Access (DCA) Support"
...@@ -2163,25 +2163,25 @@ config IGB_DCA ...@@ -2163,25 +2163,25 @@ config IGB_DCA
is used, with the intent of lessening the impact of cache misses. is used, with the intent of lessening the impact of cache misses.
config IGBVF config IGBVF
tristate "Intel(R) 82576 Virtual Function Ethernet support" tristate "Intel(R) 82576 Virtual Function Ethernet support"
depends on PCI depends on PCI
---help--- ---help---
This driver supports Intel(R) 82576 virtual functions. For more This driver supports Intel(R) 82576 virtual functions. For more
information on how to identify your adapter, go to the Adapter & information on how to identify your adapter, go to the Adapter &
Driver ID Guide at: Driver ID Guide at:
<http://support.intel.com/support/network/adapter/pro100/21397.htm> <http://support.intel.com/support/network/adapter/pro100/21397.htm>
For general information and support, go to the Intel support For general information and support, go to the Intel support
website at: website at:
<http://support.intel.com> <http://support.intel.com>
More specific information on configuring the driver is in More specific information on configuring the driver is in
<file:Documentation/networking/e1000.txt>. <file:Documentation/networking/e1000.txt>.
To compile this driver as a module, choose M here. The module To compile this driver as a module, choose M here. The module
will be called igbvf. will be called igbvf.
source "drivers/net/ixp2000/Kconfig" source "drivers/net/ixp2000/Kconfig"
...@@ -2300,14 +2300,14 @@ config SKGE ...@@ -2300,14 +2300,14 @@ config SKGE
will be called skge. This is recommended. will be called skge. This is recommended.
config SKGE_DEBUG config SKGE_DEBUG
bool "Debugging interface" bool "Debugging interface"
depends on SKGE && DEBUG_FS depends on SKGE && DEBUG_FS
help help
This option adds the ability to dump driver state for debugging. This option adds the ability to dump driver state for debugging.
The file /sys/kernel/debug/skge/ethX displays the state of the internal The file /sys/kernel/debug/skge/ethX displays the state of the internal
transmit and receive rings. transmit and receive rings.
If unsure, say N. If unsure, say N.
config SKY2 config SKY2
tristate "SysKonnect Yukon2 support" tristate "SysKonnect Yukon2 support"
...@@ -2326,14 +2326,14 @@ config SKY2 ...@@ -2326,14 +2326,14 @@ config SKY2
will be called sky2. This is recommended. will be called sky2. This is recommended.
config SKY2_DEBUG config SKY2_DEBUG
bool "Debugging interface" bool "Debugging interface"
depends on SKY2 && DEBUG_FS depends on SKY2 && DEBUG_FS
help help
This option adds the ability to dump driver state for debugging. This option adds the ability to dump driver state for debugging.
The file /sys/kernel/debug/sky2/ethX displays the state of the internal The file /sys/kernel/debug/sky2/ethX displays the state of the internal
transmit and receive rings. transmit and receive rings.
If unsure, say N. If unsure, say N.
config VIA_VELOCITY config VIA_VELOCITY
tristate "VIA Velocity support" tristate "VIA Velocity support"
...@@ -2573,32 +2573,32 @@ config MDIO ...@@ -2573,32 +2573,32 @@ config MDIO
tristate tristate
config CHELSIO_T1 config CHELSIO_T1
tristate "Chelsio 10Gb Ethernet support" tristate "Chelsio 10Gb Ethernet support"
depends on PCI depends on PCI
select CRC32 select CRC32
select MDIO select MDIO
help help
This driver supports Chelsio gigabit and 10-gigabit This driver supports Chelsio gigabit and 10-gigabit
Ethernet cards. More information about adapter features and Ethernet cards. More information about adapter features and
performance tuning is in <file:Documentation/networking/cxgb.txt>. performance tuning is in <file:Documentation/networking/cxgb.txt>.
For general information about Chelsio and our products, visit For general information about Chelsio and our products, visit
our website at <http://www.chelsio.com>. our website at <http://www.chelsio.com>.
For customer support, please visit our customer support page at For customer support, please visit our customer support page at
<http://www.chelsio.com/support.html>. <http://www.chelsio.com/support.html>.
Please send feedback to <linux-bugs@chelsio.com>. Please send feedback to <linux-bugs@chelsio.com>.
To compile this driver as a module, choose M here: the module To compile this driver as a module, choose M here: the module
will be called cxgb. will be called cxgb.
config CHELSIO_T1_1G config CHELSIO_T1_1G
bool "Chelsio gigabit Ethernet support" bool "Chelsio gigabit Ethernet support"
depends on CHELSIO_T1 depends on CHELSIO_T1
help help
Enables support for Chelsio's gigabit Ethernet PCI cards. If you Enables support for Chelsio's gigabit Ethernet PCI cards. If you
are using only 10G cards say 'N' here. are using only 10G cards say 'N' here.
config CHELSIO_T3_DEPENDS config CHELSIO_T3_DEPENDS
tristate tristate
...@@ -2728,26 +2728,26 @@ config IXGBE_DCB ...@@ -2728,26 +2728,26 @@ config IXGBE_DCB
If unsure, say N. If unsure, say N.
config IXGBEVF config IXGBEVF
tristate "Intel(R) 82599 Virtual Function Ethernet support" tristate "Intel(R) 82599 Virtual Function Ethernet support"
depends on PCI_MSI depends on PCI_MSI
---help--- ---help---
This driver supports Intel(R) 82599 virtual functions. For more This driver supports Intel(R) 82599 virtual functions. For more
information on how to identify your adapter, go to the Adapter & information on how to identify your adapter, go to the Adapter &
Driver ID Guide at: Driver ID Guide at:
<http://support.intel.com/support/network/sb/CS-008441.htm> <http://support.intel.com/support/network/sb/CS-008441.htm>
For general information and support, go to the Intel support For general information and support, go to the Intel support
website at: website at:
<http://support.intel.com> <http://support.intel.com>
More specific information on configuring the driver is in More specific information on configuring the driver is in
<file:Documentation/networking/ixgbevf.txt>. <file:Documentation/networking/ixgbevf.txt>.
To compile this driver as a module, choose M here. The module To compile this driver as a module, choose M here. The module
will be called ixgbevf. MSI-X interrupt support is required will be called ixgbevf. MSI-X interrupt support is required
for this driver to work correctly. for this driver to work correctly.
config IXGB config IXGB
tristate "Intel(R) PRO/10GbE support" tristate "Intel(R) PRO/10GbE support"
...@@ -2915,18 +2915,18 @@ config QLGE ...@@ -2915,18 +2915,18 @@ config QLGE
will be called qlge. will be called qlge.
config BNA config BNA
tristate "Brocade 1010/1020 10Gb Ethernet Driver support" tristate "Brocade 1010/1020 10Gb Ethernet Driver support"
depends on PCI depends on PCI
---help--- ---help---
This driver supports Brocade 1010/1020 10Gb CEE capable Ethernet This driver supports Brocade 1010/1020 10Gb CEE capable Ethernet
cards. cards.
To compile this driver as a module, choose M here: the module To compile this driver as a module, choose M here: the module
will be called bna. will be called bna.
For general information and support, go to the Brocade support For general information and support, go to the Brocade support
website at: website at:
<http://support.brocade.com> <http://support.brocade.com>
source "drivers/net/sfc/Kconfig" source "drivers/net/sfc/Kconfig"
...@@ -3236,18 +3236,18 @@ config PPP_BSDCOMP ...@@ -3236,18 +3236,18 @@ config PPP_BSDCOMP
modules once you have said "make modules". If unsure, say N. modules once you have said "make modules". If unsure, say N.
config PPP_MPPE config PPP_MPPE
tristate "PPP MPPE compression (encryption) (EXPERIMENTAL)" tristate "PPP MPPE compression (encryption) (EXPERIMENTAL)"
depends on PPP && EXPERIMENTAL depends on PPP && EXPERIMENTAL
select CRYPTO select CRYPTO
select CRYPTO_SHA1 select CRYPTO_SHA1
select CRYPTO_ARC4 select CRYPTO_ARC4
select CRYPTO_ECB select CRYPTO_ECB
---help--- ---help---
Support for the MPPE Encryption protocol, as employed by the Support for the MPPE Encryption protocol, as employed by the
Microsoft Point-to-Point Tunneling Protocol. Microsoft Point-to-Point Tunneling Protocol.
See http://pptpclient.sourceforge.net/ for information on See http://pptpclient.sourceforge.net/ for information on
configuring PPTP clients and servers to utilize this method. configuring PPTP clients and servers to utilize this method.
config PPPOE config PPPOE
tristate "PPP over Ethernet (EXPERIMENTAL)" tristate "PPP over Ethernet (EXPERIMENTAL)"
...@@ -3406,14 +3406,14 @@ config VIRTIO_NET ...@@ -3406,14 +3406,14 @@ config VIRTIO_NET
depends on EXPERIMENTAL && VIRTIO depends on EXPERIMENTAL && VIRTIO
---help--- ---help---
This is the virtual network driver for virtio. It can be used with This is the virtual network driver for virtio. It can be used with
lguest or QEMU based VMMs (like KVM or Xen). Say Y or M. lguest or QEMU based VMMs (like KVM or Xen). Say Y or M.
config VMXNET3 config VMXNET3
tristate "VMware VMXNET3 ethernet driver" tristate "VMware VMXNET3 ethernet driver"
depends on PCI && INET depends on PCI && INET
help help
This driver supports VMware's vmxnet3 virtual ethernet NIC. This driver supports VMware's vmxnet3 virtual ethernet NIC.
To compile this driver as a module, choose M here: the To compile this driver as a module, choose M here: the
module will be called vmxnet3. module will be called vmxnet3.
endif # NETDEVICES endif # NETDEVICES
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment