diff mbox series

[v2,11/14] configs: add qemu_arm64_lwip_defconfig

Message ID b32526607658b4ba1fb5be17e95257b8c7e809a8.1716566960.git.jerome.forissier@linaro.org
State Superseded
Headers show
Series Introduce the lwIP network stack | expand

Commit Message

Jerome Forissier May 24, 2024, 4:20 p.m. UTC
Add qemu_arm64_lwip_defconfig based on qemu_arm64_defconfig but
with NET_LWIP instead of NET. The new file was obtained by doing:

 1. make qemu_arm64_defconfig
 2. make menuconfig
    Select NET_LWIP
 3. make savedefconfig
 4. diff -u defconfig configs/qemu_arm64_defconfig
 5. Create configs/qemu_arm64_lwip_defconfig, use #include <> to
    inherit from configs/qemu_arm64_defconfig, append
    'CONFIG_NET_LWIP=y' and '# CONFIG_DFU_TFTP is not set' to reflect
    the diff.

Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
---
 configs/qemu_arm64_lwip_defconfig | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 configs/qemu_arm64_lwip_defconfig
diff mbox series

Patch

diff --git a/configs/qemu_arm64_lwip_defconfig b/configs/qemu_arm64_lwip_defconfig
new file mode 100644
index 00000000000..050c93ff97b
--- /dev/null
+++ b/configs/qemu_arm64_lwip_defconfig
@@ -0,0 +1,3 @@ 
+#include <configs/qemu_arm64_defconfig>
+CONFIG_NET_LWIP=y
+# CONFIG_DFU_TFTP is not set