mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-07 13:43:51 +00:00
drivers: net: Fix Kconfig indentation, continued
Adjust indentation from spaces to tab (+optional two spaces) as in coding style. This fixes various indentation mixups (seven spaces, tab+one space, etc). Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
1841b98299
commit
5421cf84af
@ -153,22 +153,22 @@ config IPVLAN_L3S
|
|||||||
select NET_L3_MASTER_DEV
|
select NET_L3_MASTER_DEV
|
||||||
|
|
||||||
config IPVLAN
|
config IPVLAN
|
||||||
tristate "IP-VLAN support"
|
tristate "IP-VLAN support"
|
||||||
depends on INET
|
depends on INET
|
||||||
depends on IPV6 || !IPV6
|
depends on IPV6 || !IPV6
|
||||||
---help---
|
---help---
|
||||||
This allows one to create virtual devices off of a main interface
|
This allows one to create virtual devices off of a main interface
|
||||||
and packets will be delivered based on the dest L3 (IPv6/IPv4 addr)
|
and packets will be delivered based on the dest L3 (IPv6/IPv4 addr)
|
||||||
on packets. All interfaces (including the main interface) share L2
|
on packets. All interfaces (including the main interface) share L2
|
||||||
making it transparent to the connected L2 switch.
|
making it transparent to the connected L2 switch.
|
||||||
|
|
||||||
Ipvlan devices can be added using the "ip" command from the
|
Ipvlan devices can be added using the "ip" command from the
|
||||||
iproute2 package starting with the iproute2-3.19 release:
|
iproute2 package starting with the iproute2-3.19 release:
|
||||||
|
|
||||||
"ip link add link <main-dev> [ NAME ] type ipvlan"
|
"ip link add link <main-dev> [ NAME ] type ipvlan"
|
||||||
|
|
||||||
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 ipvlan.
|
will be called ipvlan.
|
||||||
|
|
||||||
config IPVTAP
|
config IPVTAP
|
||||||
tristate "IP-VLAN based tap driver"
|
tristate "IP-VLAN based tap driver"
|
||||||
@ -185,11 +185,11 @@ config IPVTAP
|
|||||||
will be called ipvtap.
|
will be called ipvtap.
|
||||||
|
|
||||||
config VXLAN
|
config VXLAN
|
||||||
tristate "Virtual eXtensible Local Area Network (VXLAN)"
|
tristate "Virtual eXtensible Local Area Network (VXLAN)"
|
||||||
depends on INET
|
depends on INET
|
||||||
select NET_UDP_TUNNEL
|
select NET_UDP_TUNNEL
|
||||||
select GRO_CELLS
|
select GRO_CELLS
|
||||||
---help---
|
---help---
|
||||||
This allows one to create vxlan virtual interfaces that provide
|
This allows one to create vxlan virtual interfaces that provide
|
||||||
Layer 2 Networks over Layer 3 Networks. VXLAN is often used
|
Layer 2 Networks over Layer 3 Networks. VXLAN is often used
|
||||||
to tunnel virtual network infrastructure in virtualized environments.
|
to tunnel virtual network infrastructure in virtualized environments.
|
||||||
@ -200,12 +200,12 @@ config VXLAN
|
|||||||
will be called vxlan.
|
will be called vxlan.
|
||||||
|
|
||||||
config GENEVE
|
config GENEVE
|
||||||
tristate "Generic Network Virtualization Encapsulation"
|
tristate "Generic Network Virtualization Encapsulation"
|
||||||
depends on INET
|
depends on INET
|
||||||
depends on IPV6 || !IPV6
|
depends on IPV6 || !IPV6
|
||||||
select NET_UDP_TUNNEL
|
select NET_UDP_TUNNEL
|
||||||
select GRO_CELLS
|
select GRO_CELLS
|
||||||
---help---
|
---help---
|
||||||
This allows one to create geneve virtual interfaces that provide
|
This allows one to create geneve virtual interfaces that provide
|
||||||
Layer 2 Networks over Layer 3 Networks. GENEVE is often used
|
Layer 2 Networks over Layer 3 Networks. GENEVE is often used
|
||||||
to tunnel virtual network infrastructure in virtualized environments.
|
to tunnel virtual network infrastructure in virtualized environments.
|
||||||
@ -244,8 +244,8 @@ config MACSEC
|
|||||||
config NETCONSOLE
|
config NETCONSOLE
|
||||||
tristate "Network console logging support"
|
tristate "Network console logging support"
|
||||||
---help---
|
---help---
|
||||||
If you want to log kernel messages over the network, enable this.
|
If you want to log kernel messages over the network, enable this.
|
||||||
See <file:Documentation/networking/netconsole.txt> for details.
|
See <file:Documentation/networking/netconsole.txt> for details.
|
||||||
|
|
||||||
config NETCONSOLE_DYNAMIC
|
config NETCONSOLE_DYNAMIC
|
||||||
bool "Dynamic reconfiguration of logging targets"
|
bool "Dynamic reconfiguration of logging targets"
|
||||||
@ -362,12 +362,12 @@ config NET_VRF
|
|||||||
support enables VRF devices.
|
support enables VRF devices.
|
||||||
|
|
||||||
config VSOCKMON
|
config VSOCKMON
|
||||||
tristate "Virtual vsock monitoring device"
|
tristate "Virtual vsock monitoring device"
|
||||||
depends on VHOST_VSOCK
|
depends on VHOST_VSOCK
|
||||||
---help---
|
---help---
|
||||||
This option enables a monitoring net device for vsock sockets. It is
|
This option enables a monitoring net device for vsock sockets. It is
|
||||||
mostly intended for developers or support to debug vsock issues. If
|
mostly intended for developers or support to debug vsock issues. If
|
||||||
unsure, say N.
|
unsure, say N.
|
||||||
|
|
||||||
endif # NET_CORE
|
endif # NET_CORE
|
||||||
|
|
||||||
|
@ -16,37 +16,37 @@ config CAIF_TTY
|
|||||||
depends on CAIF && TTY
|
depends on CAIF && TTY
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
The CAIF TTY transport driver is a Line Discipline (ldisc)
|
The CAIF TTY transport driver is a Line Discipline (ldisc)
|
||||||
identified as N_CAIF. When this ldisc is opened from user space
|
identified as N_CAIF. When this ldisc is opened from user space
|
||||||
it will redirect the TTY's traffic into the CAIF stack.
|
it will redirect the TTY's traffic into the CAIF stack.
|
||||||
|
|
||||||
config CAIF_SPI_SLAVE
|
config CAIF_SPI_SLAVE
|
||||||
tristate "CAIF SPI transport driver for slave interface"
|
tristate "CAIF SPI transport driver for slave interface"
|
||||||
depends on CAIF && HAS_DMA
|
depends on CAIF && HAS_DMA
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
The CAIF Link layer SPI Protocol driver for Slave SPI interface.
|
The CAIF Link layer SPI Protocol driver for Slave SPI interface.
|
||||||
This driver implements a platform driver to accommodate for a
|
This driver implements a platform driver to accommodate for a
|
||||||
platform specific SPI device. A sample CAIF SPI Platform device is
|
platform specific SPI device. A sample CAIF SPI Platform device is
|
||||||
provided in <file:Documentation/networking/caif/spi_porting.txt>.
|
provided in <file:Documentation/networking/caif/spi_porting.txt>.
|
||||||
|
|
||||||
config CAIF_SPI_SYNC
|
config CAIF_SPI_SYNC
|
||||||
bool "Next command and length in start of frame"
|
bool "Next command and length in start of frame"
|
||||||
depends on CAIF_SPI_SLAVE
|
depends on CAIF_SPI_SLAVE
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Putting the next command and length in the start of the frame can
|
Putting the next command and length in the start of the frame can
|
||||||
help to synchronize to the next transfer in case of over or under-runs.
|
help to synchronize to the next transfer in case of over or under-runs.
|
||||||
This option also needs to be enabled on the modem.
|
This option also needs to be enabled on the modem.
|
||||||
|
|
||||||
config CAIF_HSI
|
config CAIF_HSI
|
||||||
tristate "CAIF HSI transport driver"
|
tristate "CAIF HSI transport driver"
|
||||||
depends on CAIF
|
depends on CAIF
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
The CAIF low level driver for CAIF over HSI.
|
The CAIF low level driver for CAIF over HSI.
|
||||||
Be aware that if you enable this then you also need to
|
Be aware that if you enable this then you also need to
|
||||||
enable a low-level HSI driver.
|
enable a low-level HSI driver.
|
||||||
|
|
||||||
config CAIF_VIRTIO
|
config CAIF_VIRTIO
|
||||||
tristate "CAIF virtio transport driver"
|
tristate "CAIF virtio transport driver"
|
||||||
@ -56,7 +56,7 @@ config CAIF_VIRTIO
|
|||||||
select GENERIC_ALLOCATOR
|
select GENERIC_ALLOCATOR
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
The CAIF driver for CAIF over Virtio.
|
The CAIF driver for CAIF over Virtio.
|
||||||
|
|
||||||
if CAIF_VIRTIO
|
if CAIF_VIRTIO
|
||||||
source "drivers/vhost/Kconfig.vringh"
|
source "drivers/vhost/Kconfig.vringh"
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
# SPDX-License-Identifier: GPL-2.0-only
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
config FS_ENET
|
config FS_ENET
|
||||||
tristate "Freescale Ethernet Driver"
|
tristate "Freescale Ethernet Driver"
|
||||||
depends on NET_VENDOR_FREESCALE && (CPM1 || CPM2 || PPC_MPC512x)
|
depends on NET_VENDOR_FREESCALE && (CPM1 || CPM2 || PPC_MPC512x)
|
||||||
select MII
|
select MII
|
||||||
select PHYLIB
|
select PHYLIB
|
||||||
|
|
||||||
config FS_ENET_MPC5121_FEC
|
config FS_ENET_MPC5121_FEC
|
||||||
def_bool y if (FS_ENET && PPC_MPC512x)
|
def_bool y if (FS_ENET && PPC_MPC512x)
|
||||||
|
@ -74,9 +74,9 @@ config IEEE802154_ATUSB
|
|||||||
The module will be called 'atusb'.
|
The module will be called 'atusb'.
|
||||||
|
|
||||||
config IEEE802154_ADF7242
|
config IEEE802154_ADF7242
|
||||||
tristate "ADF7242 transceiver driver"
|
tristate "ADF7242 transceiver driver"
|
||||||
depends on IEEE802154_DRIVERS && MAC802154
|
depends on IEEE802154_DRIVERS && MAC802154
|
||||||
depends on SPI
|
depends on SPI
|
||||||
---help---
|
---help---
|
||||||
Say Y here to enable the ADF7242 SPI 802.15.4 wireless
|
Say Y here to enable the ADF7242 SPI 802.15.4 wireless
|
||||||
controller.
|
controller.
|
||||||
@ -107,9 +107,9 @@ config IEEE802154_CA8210_DEBUGFS
|
|||||||
management entities.
|
management entities.
|
||||||
|
|
||||||
config IEEE802154_MCR20A
|
config IEEE802154_MCR20A
|
||||||
tristate "MCR20A transceiver driver"
|
tristate "MCR20A transceiver driver"
|
||||||
depends on IEEE802154_DRIVERS && MAC802154
|
depends on IEEE802154_DRIVERS && MAC802154
|
||||||
depends on SPI
|
depends on SPI
|
||||||
---help---
|
---help---
|
||||||
Say Y here to enable the MCR20A SPI 802.15.4 wireless
|
Say Y here to enable the MCR20A SPI 802.15.4 wireless
|
||||||
controller.
|
controller.
|
||||||
|
@ -30,12 +30,12 @@ config ATH_DEBUG
|
|||||||
Right now only ath9k makes use of this.
|
Right now only ath9k makes use of this.
|
||||||
|
|
||||||
config ATH_TRACEPOINTS
|
config ATH_TRACEPOINTS
|
||||||
bool "Atheros wireless tracing"
|
bool "Atheros wireless tracing"
|
||||||
depends on ATH_DEBUG
|
depends on ATH_DEBUG
|
||||||
depends on EVENT_TRACING
|
depends on EVENT_TRACING
|
||||||
---help---
|
---help---
|
||||||
This option enables tracepoints for atheros wireless drivers.
|
This option enables tracepoints for atheros wireless drivers.
|
||||||
Currently, ath9k makes use of this facility.
|
Currently, ath9k makes use of this facility.
|
||||||
|
|
||||||
config ATH_REG_DYNAMIC_USER_REG_HINTS
|
config ATH_REG_DYNAMIC_USER_REG_HINTS
|
||||||
bool "Atheros dynamic user regulatory hints"
|
bool "Atheros dynamic user regulatory hints"
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
# SPDX-License-Identifier: ISC
|
# SPDX-License-Identifier: ISC
|
||||||
config AR5523
|
config AR5523
|
||||||
tristate "Atheros AR5523 wireless driver support"
|
tristate "Atheros AR5523 wireless driver support"
|
||||||
depends on MAC80211 && USB
|
depends on MAC80211 && USB
|
||||||
select ATH_COMMON
|
select ATH_COMMON
|
||||||
select FW_LOADER
|
select FW_LOADER
|
||||||
---help---
|
---help---
|
||||||
This module add support for AR5523 based USB dongles such as D-Link
|
This module add support for AR5523 based USB dongles such as D-Link
|
||||||
DWL-G132, Netgear WPN111 and many more.
|
DWL-G132, Netgear WPN111 and many more.
|
||||||
|
@ -144,13 +144,13 @@ config ATH9K_RFKILL
|
|||||||
a platform that can toggle the RF-Kill GPIO.
|
a platform that can toggle the RF-Kill GPIO.
|
||||||
|
|
||||||
config ATH9K_CHANNEL_CONTEXT
|
config ATH9K_CHANNEL_CONTEXT
|
||||||
bool "Channel Context support"
|
bool "Channel Context support"
|
||||||
depends on ATH9K
|
depends on ATH9K
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
This option enables channel context support in ath9k, which is needed
|
This option enables channel context support in ath9k, which is needed
|
||||||
for multi-channel concurrency. Enable this if P2P PowerSave support
|
for multi-channel concurrency. Enable this if P2P PowerSave support
|
||||||
is required.
|
is required.
|
||||||
|
|
||||||
config ATH9K_PCOEM
|
config ATH9K_PCOEM
|
||||||
bool "Atheros ath9k support for PC OEM cards" if EXPERT
|
bool "Atheros ath9k support for PC OEM cards" if EXPERT
|
||||||
@ -162,32 +162,32 @@ config ATH9K_PCI_NO_EEPROM
|
|||||||
depends on ATH9K_PCI
|
depends on ATH9K_PCI
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
This separate driver provides a loader in order to support the
|
This separate driver provides a loader in order to support the
|
||||||
AR500X to AR92XX-generation of ath9k PCI(e) WiFi chips, which have
|
AR500X to AR92XX-generation of ath9k PCI(e) WiFi chips, which have
|
||||||
their initialization data (which contains the real PCI Device ID
|
their initialization data (which contains the real PCI Device ID
|
||||||
that ath9k will need) stored together with the calibration data out
|
that ath9k will need) stored together with the calibration data out
|
||||||
of reach for the ath9k chip.
|
of reach for the ath9k chip.
|
||||||
|
|
||||||
These devices are usually various network appliances, routers or
|
These devices are usually various network appliances, routers or
|
||||||
access Points and such.
|
access Points and such.
|
||||||
|
|
||||||
If unsure say N.
|
If unsure say N.
|
||||||
|
|
||||||
config ATH9K_HTC
|
config ATH9K_HTC
|
||||||
tristate "Atheros HTC based wireless cards support"
|
tristate "Atheros HTC based wireless cards support"
|
||||||
depends on USB && MAC80211
|
depends on USB && MAC80211
|
||||||
select ATH9K_HW
|
select ATH9K_HW
|
||||||
select MAC80211_LEDS
|
select MAC80211_LEDS
|
||||||
select LEDS_CLASS
|
select LEDS_CLASS
|
||||||
select NEW_LEDS
|
select NEW_LEDS
|
||||||
select ATH9K_COMMON
|
select ATH9K_COMMON
|
||||||
---help---
|
---help---
|
||||||
Support for Atheros HTC based cards.
|
Support for Atheros HTC based cards.
|
||||||
Chipsets supported: AR9271
|
Chipsets supported: AR9271
|
||||||
|
|
||||||
For more information: http://wireless.kernel.org/en/users/Drivers/ath9k_htc
|
For more information: http://wireless.kernel.org/en/users/Drivers/ath9k_htc
|
||||||
|
|
||||||
The built module will be ath9k_htc.
|
The built module will be ath9k_htc.
|
||||||
|
|
||||||
config ATH9K_HTC_DEBUGFS
|
config ATH9K_HTC_DEBUGFS
|
||||||
bool "Atheros ath9k_htc debugging"
|
bool "Atheros ath9k_htc debugging"
|
||||||
|
@ -13,29 +13,29 @@ config WLAN_VENDOR_ATMEL
|
|||||||
if WLAN_VENDOR_ATMEL
|
if WLAN_VENDOR_ATMEL
|
||||||
|
|
||||||
config ATMEL
|
config ATMEL
|
||||||
tristate "Atmel at76c50x chipset 802.11b support"
|
tristate "Atmel at76c50x chipset 802.11b support"
|
||||||
depends on CFG80211 && (PCI || PCMCIA)
|
depends on CFG80211 && (PCI || PCMCIA)
|
||||||
select WIRELESS_EXT
|
select WIRELESS_EXT
|
||||||
select WEXT_PRIV
|
select WEXT_PRIV
|
||||||
select FW_LOADER
|
select FW_LOADER
|
||||||
select CRC32
|
select CRC32
|
||||||
---help---
|
---help---
|
||||||
A driver 802.11b wireless cards based on the Atmel fast-vnet
|
A driver 802.11b wireless cards based on the Atmel fast-vnet
|
||||||
chips. This driver supports standard Linux wireless extensions.
|
chips. This driver supports standard Linux wireless extensions.
|
||||||
|
|
||||||
Many cards based on this chipset do not have flash memory
|
Many cards based on this chipset do not have flash memory
|
||||||
and need their firmware loaded at start-up. If yours is
|
and need their firmware loaded at start-up. If yours is
|
||||||
one of these, you will need to provide a firmware image
|
one of these, you will need to provide a firmware image
|
||||||
to be loaded into the card by the driver. The Atmel
|
to be loaded into the card by the driver. The Atmel
|
||||||
firmware package can be downloaded from
|
firmware package can be downloaded from
|
||||||
<http://www.thekelleys.org.uk/atmel>
|
<http://www.thekelleys.org.uk/atmel>
|
||||||
|
|
||||||
config PCI_ATMEL
|
config PCI_ATMEL
|
||||||
tristate "Atmel at76c506 PCI cards"
|
tristate "Atmel at76c506 PCI cards"
|
||||||
depends on ATMEL && PCI
|
depends on ATMEL && PCI
|
||||||
---help---
|
---help---
|
||||||
Enable support for PCI and mini-PCI cards containing the
|
Enable support for PCI and mini-PCI cards containing the
|
||||||
Atmel at76c506 chip.
|
Atmel at76c506 chip.
|
||||||
|
|
||||||
config PCMCIA_ATMEL
|
config PCMCIA_ATMEL
|
||||||
tristate "Atmel at76c502/at76c504 PCMCIA cards"
|
tristate "Atmel at76c502/at76c504 PCMCIA cards"
|
||||||
|
@ -95,20 +95,20 @@ config RT2800PCI_RT35XX
|
|||||||
|
|
||||||
|
|
||||||
config RT2800PCI_RT53XX
|
config RT2800PCI_RT53XX
|
||||||
bool "rt2800pci - Include support for rt53xx devices (EXPERIMENTAL)"
|
bool "rt2800pci - Include support for rt53xx devices (EXPERIMENTAL)"
|
||||||
default y
|
default y
|
||||||
---help---
|
---help---
|
||||||
This adds support for rt53xx wireless chipset family to the
|
This adds support for rt53xx wireless chipset family to the
|
||||||
rt2800pci driver.
|
rt2800pci driver.
|
||||||
Supported chips: RT5390
|
Supported chips: RT5390
|
||||||
|
|
||||||
config RT2800PCI_RT3290
|
config RT2800PCI_RT3290
|
||||||
bool "rt2800pci - Include support for rt3290 devices (EXPERIMENTAL)"
|
bool "rt2800pci - Include support for rt3290 devices (EXPERIMENTAL)"
|
||||||
default y
|
default y
|
||||||
---help---
|
---help---
|
||||||
This adds support for rt3290 wireless chipset family to the
|
This adds support for rt3290 wireless chipset family to the
|
||||||
rt2800pci driver.
|
rt2800pci driver.
|
||||||
Supported chips: RT3290
|
Supported chips: RT3290
|
||||||
endif
|
endif
|
||||||
|
|
||||||
config RT2500USB
|
config RT2500USB
|
||||||
@ -174,18 +174,18 @@ config RT2800USB_RT3573
|
|||||||
in the rt2800usb driver.
|
in the rt2800usb driver.
|
||||||
|
|
||||||
config RT2800USB_RT53XX
|
config RT2800USB_RT53XX
|
||||||
bool "rt2800usb - Include support for rt53xx devices (EXPERIMENTAL)"
|
bool "rt2800usb - Include support for rt53xx devices (EXPERIMENTAL)"
|
||||||
---help---
|
---help---
|
||||||
This adds support for rt53xx wireless chipset family to the
|
This adds support for rt53xx wireless chipset family to the
|
||||||
rt2800usb driver.
|
rt2800usb driver.
|
||||||
Supported chips: RT5370
|
Supported chips: RT5370
|
||||||
|
|
||||||
config RT2800USB_RT55XX
|
config RT2800USB_RT55XX
|
||||||
bool "rt2800usb - Include support for rt55xx devices (EXPERIMENTAL)"
|
bool "rt2800usb - Include support for rt55xx devices (EXPERIMENTAL)"
|
||||||
---help---
|
---help---
|
||||||
This adds support for rt55xx wireless chipset family to the
|
This adds support for rt55xx wireless chipset family to the
|
||||||
rt2800usb driver.
|
rt2800usb driver.
|
||||||
Supported chips: RT5572
|
Supported chips: RT5572
|
||||||
|
|
||||||
config RT2800USB_UNKNOWN
|
config RT2800USB_UNKNOWN
|
||||||
bool "rt2800usb - Include support for unknown (USB) devices"
|
bool "rt2800usb - Include support for unknown (USB) devices"
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
# SPDX-License-Identifier: GPL-2.0-only
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
config WL12XX
|
config WL12XX
|
||||||
tristate "TI wl12xx support"
|
tristate "TI wl12xx support"
|
||||||
depends on MAC80211
|
depends on MAC80211
|
||||||
select WLCORE
|
select WLCORE
|
||||||
---help---
|
---help---
|
||||||
This module adds support for wireless adapters based on TI wl1271,
|
This module adds support for wireless adapters based on TI wl1271,
|
||||||
wl1273, wl1281 and wl1283 chipsets. This module does *not* include
|
wl1273, wl1281 and wl1283 chipsets. This module does *not* include
|
||||||
support for wl1251. For wl1251 support, use the separate homonymous
|
support for wl1251. For wl1251 support, use the separate homonymous
|
||||||
driver instead.
|
driver instead.
|
||||||
|
Loading…
Reference in New Issue
Block a user