diff options
author | David S. Miller <davem@davemloft.net> | 2018-11-29 16:01:34 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-11-29 16:01:34 -0800 |
commit | 3d58c9c9f735c8c9960e8bf8dd796dbfe2585a6a (patch) | |
tree | 063ed40b23bcc29835a657e1eb5dd733450c6ef1 | |
parent | 1464193107da8041e05341388964733bbba3be27 (diff) | |
download | linux-3d58c9c9f735c8c9960e8bf8dd796dbfe2585a6a.tar.bz2 |
net: Don't default Aquantia USB driver to 'y'
Reported-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/usb/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/usb/Kconfig b/drivers/net/usb/Kconfig index e5fb8ef2d815..860352a525fb 100644 --- a/drivers/net/usb/Kconfig +++ b/drivers/net/usb/Kconfig @@ -617,7 +617,6 @@ config USB_NET_AQC111 tristate "Aquantia AQtion USB to 5/2.5GbE Controllers support" depends on USB_USBNET select CRC32 - default y help This option adds support for Aquantia AQtion USB Ethernet adapters based on AQC111U/AQC112 chips. |