diff options
| author | Tom Rini <[email protected]> | 2023-06-14 15:50:04 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-06-14 15:50:04 -0400 |
| commit | 2f4664f5c3edc55b18d8906f256a4c8e303243c0 (patch) | |
| tree | 438153aa69df3c1af0dc04848b507f5a833787dd /drivers | |
| parent | 19b77d3d23966a0d6dbb3c86187765f11100fb6f (diff) | |
| parent | 2f7c7159ea4c0e5c2aa7671c5b5a2889d0abe7ce (diff) | |
Merge branch '2023-06-14-assorted-fixes'
- Fix some issues Coverity Scan reported in IPv6, SPL EXTn support fix,
two small bootstd fixes, one Kconfig dependency fix, and fix booting
on Pinephone Pro
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/net/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 09039a283eb..39eee98ca79 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -633,6 +633,7 @@ config RTL8139 config RTL8169 bool "Realtek 8169 series Ethernet controller driver" + depends on PCI help This driver supports Realtek 8169 series gigabit ethernet family of PCI/PCIe chipsets/adapters. |
