linux-stable/drivers/staging/netlogic
Julian Braha a5bf1a101a drivers: staging: netlogic: fix unmet dependency for PHYLIB
When NETLOGIC_XLR_NET is enabled, and NETDEVICES is
disabled, Kbuild gives the following warning:

WARNING: unmet direct dependencies detected for PHYLIB
  Depends on [n]: NETDEVICES [=n]
  Selected by [y]:
  - NETLOGIC_XLR_NET [=y] && STAGING [=y] && CPU_XLR [=y]

This is because NETLOGIC_XLR_NET selects PHYLIB
without selecting or depending on NETDEVICES,
despite PHYLIB depending on NETDEVICES.

Signed-off-by: Julian Braha <julianbraha@gmail.com>
Link: https://lore.kernel.org/r/20210326054533.48751-1-julianbraha@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2021-03-26 15:06:15 +01:00
..
Kconfig drivers: staging: netlogic: fix unmet dependency for PHYLIB 2021-03-26 15:06:15 +01:00
Makefile staging: add missing SPDX lines to Makefile files 2019-04-03 11:10:15 +02:00
TODO Staging: Netlogic: Fix spelling mistake 2019-10-24 23:08:32 -04:00
platform_net.c staging: netlogic: Remove boilerplate license text 2019-02-26 11:40:07 +01:00
platform_net.h staging: netlogic: Use the correct style for SPDX License Identifier 2020-02-09 16:22:58 -08:00
xlr_net.c staging: netlogic: clear alignment style issues 2020-08-02 12:47:37 +02:00
xlr_net.h staging: netlogic: Use the correct style for SPDX License Identifier 2020-02-09 16:22:58 -08:00