mirror of https://gitee.com/openkylin/linux.git
drivers/net/usb: remove depends on CONFIG_EXPERIMENTAL
The CONFIG_EXPERIMENTAL config item has not carried much meaning for a while now and is almost always enabled by default. As agreed during the Linux kernel summit, remove it from any "depends on" lines in Kconfigs. CC: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Kees Cook <keescook@chromium.org> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
c9f1b39aee
commit
7d6bce7a35
|
@ -8,8 +8,7 @@ menu "USB Network Adapters"
|
||||||
depends on USB && NET
|
depends on USB && NET
|
||||||
|
|
||||||
config USB_CATC
|
config USB_CATC
|
||||||
tristate "USB CATC NetMate-based Ethernet device support (EXPERIMENTAL)"
|
tristate "USB CATC NetMate-based Ethernet device support"
|
||||||
depends on EXPERIMENTAL
|
|
||||||
select CRC32
|
select CRC32
|
||||||
---help---
|
---help---
|
||||||
Say Y if you want to use one of the following 10Mbps USB Ethernet
|
Say Y if you want to use one of the following 10Mbps USB Ethernet
|
||||||
|
@ -83,8 +82,7 @@ config USB_PEGASUS
|
||||||
module will be called pegasus.
|
module will be called pegasus.
|
||||||
|
|
||||||
config USB_RTL8150
|
config USB_RTL8150
|
||||||
tristate "USB RTL8150 based ethernet device support (EXPERIMENTAL)"
|
tristate "USB RTL8150 based ethernet device support"
|
||||||
depends on EXPERIMENTAL
|
|
||||||
select NET_CORE
|
select NET_CORE
|
||||||
select MII
|
select MII
|
||||||
help
|
help
|
||||||
|
@ -188,7 +186,7 @@ config USB_NET_CDCETHER
|
||||||
|
|
||||||
config USB_NET_CDC_EEM
|
config USB_NET_CDC_EEM
|
||||||
tristate "CDC EEM support"
|
tristate "CDC EEM support"
|
||||||
depends on USB_USBNET && EXPERIMENTAL
|
depends on USB_USBNET
|
||||||
help
|
help
|
||||||
This option supports devices conforming to the Communication Device
|
This option supports devices conforming to the Communication Device
|
||||||
Class (CDC) Ethernet Emulation Model, a specification that's easy to
|
Class (CDC) Ethernet Emulation Model, a specification that's easy to
|
||||||
|
@ -287,7 +285,7 @@ config USB_NET_PLUSB
|
||||||
tristate "Prolific PL-2301/2302/25A1 based cables"
|
tristate "Prolific PL-2301/2302/25A1 based cables"
|
||||||
# if the handshake/init/reset problems, from original 'plusb',
|
# if the handshake/init/reset problems, from original 'plusb',
|
||||||
# are ever resolved ... then remove "experimental"
|
# are ever resolved ... then remove "experimental"
|
||||||
depends on USB_USBNET && EXPERIMENTAL
|
depends on USB_USBNET
|
||||||
help
|
help
|
||||||
Choose this option if you're using a host-to-host cable
|
Choose this option if you're using a host-to-host cable
|
||||||
with one of these chips.
|
with one of these chips.
|
||||||
|
@ -301,8 +299,8 @@ config USB_NET_MCS7830
|
||||||
adapters marketed under the DeLOCK brand.
|
adapters marketed under the DeLOCK brand.
|
||||||
|
|
||||||
config USB_NET_RNDIS_HOST
|
config USB_NET_RNDIS_HOST
|
||||||
tristate "Host for RNDIS and ActiveSync devices (EXPERIMENTAL)"
|
tristate "Host for RNDIS and ActiveSync devices"
|
||||||
depends on USB_USBNET && EXPERIMENTAL
|
depends on USB_USBNET
|
||||||
select USB_NET_CDCETHER
|
select USB_NET_CDCETHER
|
||||||
help
|
help
|
||||||
This option enables hosting "Remote NDIS" USB networking links,
|
This option enables hosting "Remote NDIS" USB networking links,
|
||||||
|
@ -380,7 +378,7 @@ config USB_EPSON2888
|
||||||
|
|
||||||
config USB_KC2190
|
config USB_KC2190
|
||||||
boolean "KT Technology KC2190 based cables (InstaNet)"
|
boolean "KT Technology KC2190 based cables (InstaNet)"
|
||||||
depends on USB_NET_CDC_SUBSET && EXPERIMENTAL
|
depends on USB_NET_CDC_SUBSET
|
||||||
help
|
help
|
||||||
Choose this option if you're using a host-to-host cable
|
Choose this option if you're using a host-to-host cable
|
||||||
with one of these chips.
|
with one of these chips.
|
||||||
|
|
Loading…
Reference in New Issue