summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2023-11-25 12:32:48 -0500
committerTom Rini <[email protected]>2023-11-25 12:32:48 -0500
commit1682d97db9aa5bbfc8c5b9f26bd1454e6a9a0ccb (patch)
tree9f0e9450dbe6fed0539cc72fae0b21cdb769e205 /net
parent054222eb68f6d7500e21dd1f01af8b9a59b89fd4 (diff)
parentf4449038f68578be553cc120360344f0d72b7a0a (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/Kconfig1
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