Message ID | 20220730230113.4138858-1-zenczykowski@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | f56530dcdb0684406661ac9f1accf48319d07600 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | net: usb: make USB_RTL8153_ECM non user configurable | expand |
Hello: This patch was applied to netdev/net.git (master) by Paolo Abeni <pabeni@redhat.com>: On Sat, 30 Jul 2022 16:01:13 -0700 you wrote: > From: Maciej Żenczykowski <maze@google.com> > > This refixes: > > commit 7da17624e7948d5d9660b910f8079d26d26ce453 > nt: usb: USB_RTL8153_ECM should not default to y > > [...] Here is the summary with links: - net: usb: make USB_RTL8153_ECM non user configurable https://git.kernel.org/netdev/net/c/f56530dcdb06 You are awesome, thank you!
diff --git a/drivers/net/usb/Kconfig b/drivers/net/usb/Kconfig index e62fc4f2aee0..76659c1c525a 100644 --- a/drivers/net/usb/Kconfig +++ b/drivers/net/usb/Kconfig @@ -637,8 +637,9 @@ config USB_NET_AQC111 * Aquantia AQtion USB to 5GbE config USB_RTL8153_ECM - tristate "RTL8153 ECM support" + tristate depends on USB_NET_CDCETHER && (USB_RTL8152 || USB_RTL8152=n) + default y help This option supports ECM mode for RTL8153 ethernet adapter, when CONFIG_USB_RTL8152 is not set, or the RTL8153 device is not