diff options
| author | Tom Rini <[email protected]> | 2023-11-25 12:32:48 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-11-25 12:32:48 -0500 |
| commit | 1682d97db9aa5bbfc8c5b9f26bd1454e6a9a0ccb (patch) | |
| tree | 9f0e9450dbe6fed0539cc72fae0b21cdb769e205 /net | |
| parent | 054222eb68f6d7500e21dd1f01af8b9a59b89fd4 (diff) | |
| parent | f4449038f68578be553cc120360344f0d72b7a0a (diff) | |
Merge branch '2023-11-25-assorted-platform-updates' into next
- Updates for the Siemens AM335x platforms, Nuvoton platforms, and
disable CONFIG_NET on platforms that lack NETDEVICES, so that
NETDEVICES can be implied by NET.
Diffstat (limited to 'net')
| -rw-r--r-- | net/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Kconfig b/net/Kconfig index 4215889127c..8c80b3a6c67 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -5,6 +5,7 @@ menuconfig NET bool "Networking support" default y + imply NETDEVICES if NET |
