Re: [PATCHv2 net-next 6/7] net: usb: remove dependencies on cdc_ether
From: Sergey Shtylyov
Date: Thu Jul 09 2026 - 14:10:52 EST
On 7/9/26 3:01 PM, Oliver Neukum wrote:
> Now that the driver no longer exports symbols to act
> as a library for other drivers other drivers don't
> depend on it. Remove the dependencies.
>
> Signed-off-by: Oliver Neukum <oneukum@xxxxxxxx>
> ---
>
> v2:
> - added to allow removal of dependencies
>
> drivers/net/usb/Kconfig | 7 ++-----
> 1 file changed, 2 insertions(+), 5 deletions(-)
>
> diff --git a/drivers/net/usb/Kconfig b/drivers/net/usb/Kconfig
> index da0f6a138f4f..622ff080218e 100644
> --- a/drivers/net/usb/Kconfig
> +++ b/drivers/net/usb/Kconfig
[...]> @@ -634,7 +631,7 @@ config USB_NET_AQC111
>
> config USB_RTL8153_ECM
> tristate
> - depends on USB_NET_CDCETHER && (USB_RTL8152 || USB_RTL8152=n)
> + depends on (USB_RTL8152 || USB_RTL8152=n)
I think you could drop the parens, while at it...
[...]
MBR, Sergey