]> Git Repo - J-u-boot.git/blobdiff - Kconfig
rockchip: rk3399-gru: Include pinctrl and regulators in SPL
[J-u-boot.git] / Kconfig
diff --git a/Kconfig b/Kconfig
index bd63fea2e9aed55c6be079bdabb020b897b7c51d..6379a45416647ec7ade8862d5619f70bdc0b6004 100644 (file)
--- a/Kconfig
+++ b/Kconfig
@@ -578,6 +578,7 @@ config STACK_SIZE
        hex "Define max stack size that can be used by U-Boot"
        default 0x4000000 if ARCH_VERSAL_NET || ARCH_VERSAL || ARCH_ZYNQMP
        default 0x200000 if MICROBLAZE
+       default 0x4000 if ARCH_STM32
        default 0x1000000
        help
          Define Max stack size that can be used by U-Boot. This value is used
@@ -744,10 +745,15 @@ choice
 
 config NO_NET
        bool "No networking support"
+       help
+         Do not include networking support
 
 config NET
        bool "Legacy U-Boot networking stack"
        imply NETDEVICES
+       help
+         Include networking support with U-Boot's internal implementation of
+         the TCP/IP protocol stack.
 
 config NET_LWIP
        bool "Use lwIP for networking stack"
This page took 0.024051 seconds and 4 git commands to generate.