Eugen Hristev 89d8c56f44 net: rtl8169: add depends on PCI
The rtl8169 driver uses calls to dm_pci_bus_to_phys,
which are compiled under CONFIG_PCI.

Without CONFIG_PCI, this happens:

drivers/net/rtl8169.o: in function `rtl_recv_common':
drivers/net/rtl8169.c:555: undefined reference to `dm_pci_bus_to_phys'

It is only natural that this driver depends on CONFIG_PCI then.
The device does not work connected in another way anyway, and the driver
does not assume anything else at this moment.

Signed-off-by: Eugen Hristev <eugen.hristev@collabora.com>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
2023-06-14 12:56:10 -04:00
..
2022-12-07 12:20:17 -05:00
2023-01-20 12:27:24 -05:00
2021-02-24 16:51:49 -05:00
2022-12-07 16:04:16 -05:00
2021-09-28 18:50:56 +03:00
2022-12-07 16:04:17 -05:00
2022-12-07 16:04:17 -05:00
2022-12-07 16:04:17 -05:00
2022-12-07 16:04:17 -05:00
2022-09-25 08:30:05 -06:00
2023-06-14 12:56:10 -04:00
2022-11-28 10:25:17 -05:00
2022-12-07 16:04:17 -05:00
2023-02-02 14:44:53 -05:00
2022-12-22 10:31:48 -05:00
2022-12-22 10:31:48 -05:00
2023-03-02 17:45:58 -05:00
2022-12-07 16:04:17 -05:00
2023-04-07 17:13:28 +02:00
2022-12-07 16:04:17 -05:00
2022-09-29 16:11:31 -04:00
2022-12-07 16:04:17 -05:00
2023-01-09 11:30:08 -05:00