Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

asix: AX88172A driver depends on phylib

Since commit 16626b0cc3d5afe250850f96759b241f8a403b52 the asix
driver depends on the phylib. Select phylib when the asix driver is
selected.

Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Cc: kernel-janitors@vger.kernel.org
Signed-off-by: Christian Riesch <christian.riesch@omicron.at>
Tested-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Christian Riesch and committed by
David S. Miller
21502937 cb7b24cd

+1
+1
drivers/net/usb/Kconfig
··· 134 134 tristate "ASIX AX88xxx Based USB 2.0 Ethernet Adapters" 135 135 depends on USB_USBNET 136 136 select CRC32 137 + select PHYLIB 137 138 default y 138 139 help 139 140 This option adds support for ASIX AX88xxx based USB 2.0