diff mbox series

[02/41] LicheePi_Zero: Disable networking support more fully

Message ID 20221127152536.1556469-2-trini@konsulko.com
State Accepted
Commit 66900cb7c4e32cb486614fbb4716f23dff59fb40
Delegated to: Tom Rini
Headers show
Series [01/41] xenguest_arm64: Disable networking support more fully | expand

Commit Message

Tom Rini Nov. 27, 2022, 3:24 p.m. UTC
This platform had largely disabled networking support before. More
completely disable it by turning off CONFIG_NET.

Cc: Icenowy Zheng <icenowy@aosc.xyz>
Signed-off-by: Tom Rini <trini@konsulko.com>
---
 configs/LicheePi_Zero_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/configs/LicheePi_Zero_defconfig b/configs/LicheePi_Zero_defconfig
index 5e9732e62e66..027edde6a5a9 100644
--- a/configs/LicheePi_Zero_defconfig
+++ b/configs/LicheePi_Zero_defconfig
@@ -6,4 +6,4 @@  CONFIG_MACH_SUN8I_V3S=y
 CONFIG_DRAM_CLK=360
 # CONFIG_HAS_ARMV7_SECURE_BASE is not set
 CONFIG_SYS_MONITOR_LEN=786432
-# CONFIG_NETDEVICES is not set
+# CONFIG_NET is not set