diff options
author | Tom Rini <trini@konsulko.com> | 2023-11-25 12:32:48 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-11-25 12:32:48 -0500 |
commit | 1682d97db9aa5bbfc8c5b9f26bd1454e6a9a0ccb (patch) | |
tree | 9f0e9450dbe6fed0539cc72fae0b21cdb769e205 /cmd/Kconfig | |
parent | 054222eb68f6d7500e21dd1f01af8b9a59b89fd4 (diff) | |
parent | f4449038f68578be553cc120360344f0d72b7a0a (diff) | |
download | u-boot-1682d97db9aa5bbfc8c5b9f26bd1454e6a9a0ccb.tar.gz u-boot-1682d97db9aa5bbfc8c5b9f26bd1454e6a9a0ccb.tar.bz2 u-boot-1682d97db9aa5bbfc8c5b9f26bd1454e6a9a0ccb.zip |
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 'cmd/Kconfig')
-rw-r--r-- | cmd/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index 6f636155e5..9ebea76c2c 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1681,7 +1681,6 @@ if NET menuconfig CMD_NET bool "Network commands" default y - imply NETDEVICES if CMD_NET |