From 0a9c51fdf9597386e07cb6d5c7163ea9703cbf3a Mon Sep 17 00:00:00 2001 From: MrKevinWeiss Date: Tue, 26 Mar 2024 10:32:09 +0100 Subject: [PATCH] *.config: Modify all .config kconfig files --- .../esp32-wemos-lolin-d32-pro.config | 1 - boards/esp32-wrover-kit/esp32-wrover-kit.config | 2 -- boards/esp32c3-wemos-mini/esp32c3-wemos-mini.config | 1 - boards/hamilton/hamilton.config | 1 - boards/hip-badge/hip-badge.config | 1 - boards/mulle/mulle.config | 10 ---------- boards/pinetime/pinetime.config | 1 - boards/ruuvitag/ruuvitag.config | 1 - boards/stm32mp157c-dk2/stm32mp157c-dk2.config | 1 - boards/thingy52/thingy52.config | 1 - cpu/avr8_common/avr8_common.config | 2 -- cpu/cc2538/cc2538.config | 1 - cpu/efm32/efm32.config | 1 - cpu/esp32/esp32.config | 1 - cpu/esp8266/esp8266.config | 2 -- cpu/esp_common/esp_common.config | 4 ---- cpu/gd32v/gd32v.config | 1 - cpu/kinetis/kinetis.config | 1 - cpu/lpc1768/lpc1768.config | 1 - cpu/lpc23xx/lpc23xx.config | 1 - cpu/native/native.config | 2 -- cpu/sam0_common/sam0_common.config | 1 - cpu/stm32/stm32.config | 1 - examples/gnrc_lorawan/app.config | 1 - sys/congure/abe/Kconfig.config | 13 ------------- sys/congure/test/Kconfig.config | 5 ----- sys/shell/Kconfig.config | 5 ----- .../esp-ci-boards/esp32-ci/esp32-ci.config | 9 --------- .../esp-ci-boards/esp32c3-ci/esp32c3-ci.config | 6 ------ .../esp-ci-boards/esp32s2-ci/esp32s2-ci.config | 7 ------- .../esp-ci-boards/esp32s3-ci/esp32s3-ci.config | 7 ------- .../esp-ci-boards/esp8266-ci/esp8266-ci.config | 4 ---- tests/build_system/kconfig/app.config | 4 ---- tests/net/gcoap_dns/app.config | 2 -- tests/net/gcoap_dns/coaps.config | 3 --- tests/net/gnrc_dhcpv6_client_stateless/app.config | 1 - tests/net/gnrc_ipv6_ext_frag/app.config | 1 - tests/net/gnrc_sixlowpan_frag_minfwd/app.config | 1 - tests/net/gnrc_sixlowpan_frag_sfr/app.config | 3 --- .../net/gnrc_sixlowpan_frag_sfr_congure/app.config | 3 --- tests/sys/congure_abe/app.config | 2 -- tests/sys/congure_quic/app.config | 2 -- tests/sys/congure_reno/app.config | 2 -- tests/sys/congure_test/app.config | 1 - tests/test_print_stack_usage.config | 1 - tests/test_utils.config | 2 -- 46 files changed, 124 deletions(-) delete mode 100644 boards/esp32-wemos-lolin-d32-pro/esp32-wemos-lolin-d32-pro.config delete mode 100644 boards/esp32-wrover-kit/esp32-wrover-kit.config delete mode 100644 boards/esp32c3-wemos-mini/esp32c3-wemos-mini.config delete mode 100644 boards/hamilton/hamilton.config delete mode 100644 boards/hip-badge/hip-badge.config delete mode 100644 boards/mulle/mulle.config delete mode 100644 boards/pinetime/pinetime.config delete mode 100644 boards/ruuvitag/ruuvitag.config delete mode 100644 boards/stm32mp157c-dk2/stm32mp157c-dk2.config delete mode 100644 boards/thingy52/thingy52.config delete mode 100644 cpu/avr8_common/avr8_common.config delete mode 100644 cpu/cc2538/cc2538.config delete mode 100644 cpu/efm32/efm32.config delete mode 100644 cpu/esp32/esp32.config delete mode 100644 cpu/esp8266/esp8266.config delete mode 100644 cpu/esp_common/esp_common.config delete mode 100644 cpu/gd32v/gd32v.config delete mode 100644 cpu/kinetis/kinetis.config delete mode 100644 cpu/lpc1768/lpc1768.config delete mode 100644 cpu/lpc23xx/lpc23xx.config delete mode 100644 cpu/native/native.config delete mode 100644 cpu/sam0_common/sam0_common.config delete mode 100644 cpu/stm32/stm32.config delete mode 100644 tests/build_system/external_board_dirs/esp-ci-boards/esp32-ci/esp32-ci.config delete mode 100644 tests/build_system/external_board_dirs/esp-ci-boards/esp32c3-ci/esp32c3-ci.config delete mode 100644 tests/build_system/external_board_dirs/esp-ci-boards/esp32s2-ci/esp32s2-ci.config delete mode 100644 tests/build_system/external_board_dirs/esp-ci-boards/esp32s3-ci/esp32s3-ci.config delete mode 100644 tests/build_system/external_board_dirs/esp-ci-boards/esp8266-ci/esp8266-ci.config delete mode 100644 tests/test_print_stack_usage.config delete mode 100644 tests/test_utils.config diff --git a/boards/esp32-wemos-lolin-d32-pro/esp32-wemos-lolin-d32-pro.config b/boards/esp32-wemos-lolin-d32-pro/esp32-wemos-lolin-d32-pro.config deleted file mode 100644 index 171440efa1..0000000000 --- a/boards/esp32-wemos-lolin-d32-pro/esp32-wemos-lolin-d32-pro.config +++ /dev/null @@ -1 +0,0 @@ -CONFIG_MODULE_ESP_SPI_RAM=y diff --git a/boards/esp32-wrover-kit/esp32-wrover-kit.config b/boards/esp32-wrover-kit/esp32-wrover-kit.config deleted file mode 100644 index 2b24cf45d3..0000000000 --- a/boards/esp32-wrover-kit/esp32-wrover-kit.config +++ /dev/null @@ -1,2 +0,0 @@ -# Sets up configuration for openocd -CONFIG_MODULE_ESP_JTAG=y diff --git a/boards/esp32c3-wemos-mini/esp32c3-wemos-mini.config b/boards/esp32c3-wemos-mini/esp32c3-wemos-mini.config deleted file mode 100644 index 0ebba57f03..0000000000 --- a/boards/esp32c3-wemos-mini/esp32c3-wemos-mini.config +++ /dev/null @@ -1 +0,0 @@ -CONFIG_MODULE_STDIO_USB_SERIAL_JTAG=y diff --git a/boards/hamilton/hamilton.config b/boards/hamilton/hamilton.config deleted file mode 100644 index 9136c90eb6..0000000000 --- a/boards/hamilton/hamilton.config +++ /dev/null @@ -1 +0,0 @@ -CONFIG_MODULE_STDIO_RTT=y diff --git a/boards/hip-badge/hip-badge.config b/boards/hip-badge/hip-badge.config deleted file mode 100644 index 0ebba57f03..0000000000 --- a/boards/hip-badge/hip-badge.config +++ /dev/null @@ -1 +0,0 @@ -CONFIG_MODULE_STDIO_USB_SERIAL_JTAG=y diff --git a/boards/mulle/mulle.config b/boards/mulle/mulle.config deleted file mode 100644 index 5cc3399222..0000000000 --- a/boards/mulle/mulle.config +++ /dev/null @@ -1,10 +0,0 @@ -# The Mulle uses NVRAM to store persistent variables, such as boot count. -CONFIG_MODULE_NVRAM=y -CONFIG_MODULE_NVRAM_SPI=y -CONFIG_MODULE_VFS=y -CONFIG_MODULE_DEVFS=y -CONFIG_MODULE_MTD=y -CONFIG_MODULE_MTD_SPI_NOR=y - -# Mulle always uses the RTT for the oscillator -CONFIG_MODULE_PERIPH_RTT=y diff --git a/boards/pinetime/pinetime.config b/boards/pinetime/pinetime.config deleted file mode 100644 index 9136c90eb6..0000000000 --- a/boards/pinetime/pinetime.config +++ /dev/null @@ -1 +0,0 @@ -CONFIG_MODULE_STDIO_RTT=y diff --git a/boards/ruuvitag/ruuvitag.config b/boards/ruuvitag/ruuvitag.config deleted file mode 100644 index 9136c90eb6..0000000000 --- a/boards/ruuvitag/ruuvitag.config +++ /dev/null @@ -1 +0,0 @@ -CONFIG_MODULE_STDIO_RTT=y diff --git a/boards/stm32mp157c-dk2/stm32mp157c-dk2.config b/boards/stm32mp157c-dk2/stm32mp157c-dk2.config deleted file mode 100644 index 028e7039d3..0000000000 --- a/boards/stm32mp157c-dk2/stm32mp157c-dk2.config +++ /dev/null @@ -1 +0,0 @@ -CONFIG_MODULE_MPU_STACK_GUARD=y diff --git a/boards/thingy52/thingy52.config b/boards/thingy52/thingy52.config deleted file mode 100644 index 9136c90eb6..0000000000 --- a/boards/thingy52/thingy52.config +++ /dev/null @@ -1 +0,0 @@ -CONFIG_MODULE_STDIO_RTT=y diff --git a/cpu/avr8_common/avr8_common.config b/cpu/avr8_common/avr8_common.config deleted file mode 100644 index 2bc22c6261..0000000000 --- a/cpu/avr8_common/avr8_common.config +++ /dev/null @@ -1,2 +0,0 @@ -# All AVR-8 based CPUs provide PM -CONFIG_MODULE_PM_LAYERED=y diff --git a/cpu/cc2538/cc2538.config b/cpu/cc2538/cc2538.config deleted file mode 100644 index 811b1f3712..0000000000 --- a/cpu/cc2538/cc2538.config +++ /dev/null @@ -1 +0,0 @@ -CONFIG_MODULE_PM_LAYERED=y diff --git a/cpu/efm32/efm32.config b/cpu/efm32/efm32.config deleted file mode 100644 index 811b1f3712..0000000000 --- a/cpu/efm32/efm32.config +++ /dev/null @@ -1 +0,0 @@ -CONFIG_MODULE_PM_LAYERED=y diff --git a/cpu/esp32/esp32.config b/cpu/esp32/esp32.config deleted file mode 100644 index 811b1f3712..0000000000 --- a/cpu/esp32/esp32.config +++ /dev/null @@ -1 +0,0 @@ -CONFIG_MODULE_PM_LAYERED=y diff --git a/cpu/esp8266/esp8266.config b/cpu/esp8266/esp8266.config deleted file mode 100644 index 181ceff023..0000000000 --- a/cpu/esp8266/esp8266.config +++ /dev/null @@ -1,2 +0,0 @@ -CONFIG_MODULE_MTD=y -CONFIG_MODULE_PS=y diff --git a/cpu/esp_common/esp_common.config b/cpu/esp_common/esp_common.config deleted file mode 100644 index 52e78b7c00..0000000000 --- a/cpu/esp_common/esp_common.config +++ /dev/null @@ -1,4 +0,0 @@ -CONFIG_MODULE_RANDOM=y -CONFIG_MODULE_PERIPH_HWRNG=y -CONFIG_MODULE_PERIPH_UART=y -CONFIG_MODULE_NEWLIB=y diff --git a/cpu/gd32v/gd32v.config b/cpu/gd32v/gd32v.config deleted file mode 100644 index 811b1f3712..0000000000 --- a/cpu/gd32v/gd32v.config +++ /dev/null @@ -1 +0,0 @@ -CONFIG_MODULE_PM_LAYERED=y diff --git a/cpu/kinetis/kinetis.config b/cpu/kinetis/kinetis.config deleted file mode 100644 index 811b1f3712..0000000000 --- a/cpu/kinetis/kinetis.config +++ /dev/null @@ -1 +0,0 @@ -CONFIG_MODULE_PM_LAYERED=y diff --git a/cpu/lpc1768/lpc1768.config b/cpu/lpc1768/lpc1768.config deleted file mode 100644 index 811b1f3712..0000000000 --- a/cpu/lpc1768/lpc1768.config +++ /dev/null @@ -1 +0,0 @@ -CONFIG_MODULE_PM_LAYERED=y diff --git a/cpu/lpc23xx/lpc23xx.config b/cpu/lpc23xx/lpc23xx.config deleted file mode 100644 index 811b1f3712..0000000000 --- a/cpu/lpc23xx/lpc23xx.config +++ /dev/null @@ -1 +0,0 @@ -CONFIG_MODULE_PM_LAYERED=y diff --git a/cpu/native/native.config b/cpu/native/native.config deleted file mode 100644 index 92d9ea6d2c..0000000000 --- a/cpu/native/native.config +++ /dev/null @@ -1,2 +0,0 @@ -# UART is needed by startup.c -CONFIG_MODULE_PERIPH_UART=y diff --git a/cpu/sam0_common/sam0_common.config b/cpu/sam0_common/sam0_common.config deleted file mode 100644 index 811b1f3712..0000000000 --- a/cpu/sam0_common/sam0_common.config +++ /dev/null @@ -1 +0,0 @@ -CONFIG_MODULE_PM_LAYERED=y diff --git a/cpu/stm32/stm32.config b/cpu/stm32/stm32.config deleted file mode 100644 index 811b1f3712..0000000000 --- a/cpu/stm32/stm32.config +++ /dev/null @@ -1 +0,0 @@ -CONFIG_MODULE_PM_LAYERED=y diff --git a/examples/gnrc_lorawan/app.config b/examples/gnrc_lorawan/app.config index 293cd467ef..d130c323c1 100644 --- a/examples/gnrc_lorawan/app.config +++ b/examples/gnrc_lorawan/app.config @@ -1,2 +1 @@ -CONFIG_KCONFIG_USEMODULE_GNRC_NETIF=y CONFIG_GNRC_NETIF_LORAWAN_NETIF_HDR=y diff --git a/sys/congure/abe/Kconfig.config b/sys/congure/abe/Kconfig.config index bd93b52d0f..cea4918ac4 100644 --- a/sys/congure/abe/Kconfig.config +++ b/sys/congure/abe/Kconfig.config @@ -1,16 +1,3 @@ -# Copyright (c) 2021 Freie Universität -# -# This file is subject to the terms and conditions of the GNU Lesser -# General Public License v2.1. See the file LICENSE in the top level -# directory for more details. -# - -# XXX This file only is required since there is no easy way to use these config -# options with both the final MODULE_CONGURE_ABE (used with TEST_KCONFIG=1) and -# KCONFIG_USEMODULE_CONGURE_ABE (used with TEST_KCONFIG=0) in a # nicely looking -# and easy to migrate way. After migration, the content of this file can be folded -# back into `sys/congure/abe/Kconfig` - config CONGURE_ABE_MULTIPLIER_NUMERATOR_DEFAULT int "Default numerator of the ABE multiplier" default 4 diff --git a/sys/congure/test/Kconfig.config b/sys/congure/test/Kconfig.config index d33ebccd2f..3a884cdfae 100644 --- a/sys/congure/test/Kconfig.config +++ b/sys/congure/test/Kconfig.config @@ -5,11 +5,6 @@ # directory for more details. # -# XXX This file only is required since there is no easy way to use these config -# options with both the final MODULE_SHELL and KCONFIG_USEMODULE_SHELL in a -# nicely looking and easy to migrate way. After migration, the content of this -# file can be folded back into `sys/shell/Kconfig` - config CONGURE_TEST_LOST_MSG_POOL_SIZE int "Pool size for the list elements for a lost message report" default 4 diff --git a/sys/shell/Kconfig.config b/sys/shell/Kconfig.config index 7f40edcf32..6a62af821b 100644 --- a/sys/shell/Kconfig.config +++ b/sys/shell/Kconfig.config @@ -5,11 +5,6 @@ # directory for more details. # -# XXX This file only is required since there is no easy way to use these config -# options with both the final MODULE_SHELL and KCONFIG_USEMODULE_SHELL in a -# nicely looking and easy to migrate way. After migration, the content of this -# file can be folded back into `sys/shell/Kconfig` - config SHELL_SHUTDOWN_ON_EXIT bool "Shutdown RIOT on shell exit" default y if HAS_CPU_NATIVE diff --git a/tests/build_system/external_board_dirs/esp-ci-boards/esp32-ci/esp32-ci.config b/tests/build_system/external_board_dirs/esp-ci-boards/esp32-ci/esp32-ci.config deleted file mode 100644 index 44653e261c..0000000000 --- a/tests/build_system/external_board_dirs/esp-ci-boards/esp32-ci/esp32-ci.config +++ /dev/null @@ -1,9 +0,0 @@ -# Sets up configuration for openocd -CONFIG_MODULE_ESP_JTAG=y -CONFIG_MODULE_ESP_IDF_GPIO_HAL=y -CONFIG_MODULE_ESP_IDF_HEAP=y -CONFIG_MODULE_ESP_LOG_STARTUP=y -CONFIG_MODULE_ESP_LOG_TAGGED=y -CONFIG_MODULE_ESP_QEMU=y -CONFIG_MODULE_ESP_SPI_RAM=y -CONFIG_MODULE_WS281X_ESP32_HW=n diff --git a/tests/build_system/external_board_dirs/esp-ci-boards/esp32c3-ci/esp32c3-ci.config b/tests/build_system/external_board_dirs/esp-ci-boards/esp32c3-ci/esp32c3-ci.config deleted file mode 100644 index e3b2ed6773..0000000000 --- a/tests/build_system/external_board_dirs/esp-ci-boards/esp32c3-ci/esp32c3-ci.config +++ /dev/null @@ -1,6 +0,0 @@ -# Sets up configuration for openocd -CONFIG_MODULE_ESP_JTAG=y -CONFIG_MODULE_ESP_IDF_HEAP=y -CONFIG_MODULE_ESP_LOG_STARTUP=y -CONFIG_MODULE_ESP_LOG_TAGGED=y -CONFIG_MODULE_WS281X_ESP32_HW=n diff --git a/tests/build_system/external_board_dirs/esp-ci-boards/esp32s2-ci/esp32s2-ci.config b/tests/build_system/external_board_dirs/esp-ci-boards/esp32s2-ci/esp32s2-ci.config deleted file mode 100644 index 7f09f6bcb3..0000000000 --- a/tests/build_system/external_board_dirs/esp-ci-boards/esp32s2-ci/esp32s2-ci.config +++ /dev/null @@ -1,7 +0,0 @@ -# Sets up configuration for openocd -CONFIG_MODULE_ESP_IDF_HEAP=y -CONFIG_MODULE_ESP_JTAG=y -CONFIG_MODULE_ESP_LOG_STARTUP=y -CONFIG_MODULE_ESP_LOG_TAGGED=y -CONFIG_MODULE_ESP_SPI_RAM=y -CONFIG_MODULE_WS281X_ESP32_HW=n diff --git a/tests/build_system/external_board_dirs/esp-ci-boards/esp32s3-ci/esp32s3-ci.config b/tests/build_system/external_board_dirs/esp-ci-boards/esp32s3-ci/esp32s3-ci.config deleted file mode 100644 index 7f09f6bcb3..0000000000 --- a/tests/build_system/external_board_dirs/esp-ci-boards/esp32s3-ci/esp32s3-ci.config +++ /dev/null @@ -1,7 +0,0 @@ -# Sets up configuration for openocd -CONFIG_MODULE_ESP_IDF_HEAP=y -CONFIG_MODULE_ESP_JTAG=y -CONFIG_MODULE_ESP_LOG_STARTUP=y -CONFIG_MODULE_ESP_LOG_TAGGED=y -CONFIG_MODULE_ESP_SPI_RAM=y -CONFIG_MODULE_WS281X_ESP32_HW=n diff --git a/tests/build_system/external_board_dirs/esp-ci-boards/esp8266-ci/esp8266-ci.config b/tests/build_system/external_board_dirs/esp-ci-boards/esp8266-ci/esp8266-ci.config deleted file mode 100644 index e846e7274f..0000000000 --- a/tests/build_system/external_board_dirs/esp-ci-boards/esp8266-ci/esp8266-ci.config +++ /dev/null @@ -1,4 +0,0 @@ -# Sets up configuration for openocd -CONFIG_MODULE_ESP_LOG_STARTUP=y -CONFIG_MODULE_ESP_LOG_TAGGED=y -CONFIG_MODULE_ESP_QEMU=y diff --git a/tests/build_system/kconfig/app.config b/tests/build_system/kconfig/app.config index f305f1a55b..82dd84bfca 100644 --- a/tests/build_system/kconfig/app.config +++ b/tests/build_system/kconfig/app.config @@ -6,10 +6,6 @@ CONFIG_APP_MSG_1_TEXT="Message 1 defined in app.config file" # enable printing message 2 CONFIG_APP_MSG_2=y -# enable configuration of external modules via kconfig -CONFIG_KCONFIG_EXTERNAL_MODULE_1=y -CONFIG_KCONFIG_EXTERNAL_MODULE_2=y - # enable configuration of external packages via kconfig CONFIG_KCONFIG_EXTERNAL_PKG_1=y CONFIG_KCONFIG_EXTERNAL_PKG_2=y diff --git a/tests/net/gcoap_dns/app.config b/tests/net/gcoap_dns/app.config index ff0a5fafe0..e64a601518 100644 --- a/tests/net/gcoap_dns/app.config +++ b/tests/net/gcoap_dns/app.config @@ -1,4 +1,2 @@ -CONFIG_KCONFIG_USEMODULE_GCOAP=y CONFIG_GCOAP_PDU_BUF_SIZE=256 -CONFIG_KCONFIG_USEMODULE_GNRC_PKTBUF_STATIC=y CONFIG_GNRC_PKTBUF_SIZE=3072 diff --git a/tests/net/gcoap_dns/coaps.config b/tests/net/gcoap_dns/coaps.config index cbc602ef27..d9587f8002 100644 --- a/tests/net/gcoap_dns/coaps.config +++ b/tests/net/gcoap_dns/coaps.config @@ -1,6 +1,3 @@ -CONFIG_KCONFIG_USEMODULE_GCOAP_DNS=y CONFIG_GCOAP_DNS_CREDS_MAX=4 -CONFIG_KCONFIG_USEMODULE_CREDMAN=y CONFIG_CREDMAN_MAX_CREDENTIALS=4 -CONFIG_KCONFIG_USEMODULE_SOCK_DTLS=y CONFIG_DTLS_CREDENTIALS_MAX=4 diff --git a/tests/net/gnrc_dhcpv6_client_stateless/app.config b/tests/net/gnrc_dhcpv6_client_stateless/app.config index 23e61165bd..6f492f20c6 100644 --- a/tests/net/gnrc_dhcpv6_client_stateless/app.config +++ b/tests/net/gnrc_dhcpv6_client_stateless/app.config @@ -1,3 +1,2 @@ -CONFIG_KCONFIG_USEMODULE_GNRC_IPV6_NIB=y CONFIG_GNRC_IPV6_NIB_ARSM=y CONFIG_GNRC_IPV6_NIB_SLAAC=y diff --git a/tests/net/gnrc_ipv6_ext_frag/app.config b/tests/net/gnrc_ipv6_ext_frag/app.config index 6e9731c822..d9c4cd0394 100644 --- a/tests/net/gnrc_ipv6_ext_frag/app.config +++ b/tests/net/gnrc_ipv6_ext_frag/app.config @@ -1,3 +1,2 @@ # This test fails if the pool size is less than 3 -CONFIG_KCONFIG_USEMODULE_GNRC_IPV6_EXT_FRAG=y CONFIG_GNRC_IPV6_EXT_FRAG_LIMITS_POOL_SIZE=3 diff --git a/tests/net/gnrc_sixlowpan_frag_minfwd/app.config b/tests/net/gnrc_sixlowpan_frag_minfwd/app.config index 72e21306cd..0f5089bc64 100644 --- a/tests/net/gnrc_sixlowpan_frag_minfwd/app.config +++ b/tests/net/gnrc_sixlowpan_frag_minfwd/app.config @@ -1,3 +1,2 @@ -CONFIG_KCONFIG_USEMODULE_GNRC_IPV6_NIB=y # disable router solicitations so they don't interfere with the tests CONFIG_GNRC_IPV6_NIB_NO_RTR_SOL=y diff --git a/tests/net/gnrc_sixlowpan_frag_sfr/app.config b/tests/net/gnrc_sixlowpan_frag_sfr/app.config index 1075ffab37..bc97bcacc3 100644 --- a/tests/net/gnrc_sixlowpan_frag_sfr/app.config +++ b/tests/net/gnrc_sixlowpan_frag_sfr/app.config @@ -1,6 +1,3 @@ -CONFIG_KCONFIG_USEMODULE_GNRC_IPV6_NIB=y -CONFIG_KCONFIG_USEMODULE_GNRC_SIXLOWPAN=y -CONFIG_KCONFIG_USEMODULE_GNRC_SIXLOWPAN_FRAG_SFR=y # disable router solicitations so they don't interfere with the tests CONFIG_GNRC_IPV6_NIB_NO_RTR_SOL=y # preconfigure SFR for tests diff --git a/tests/net/gnrc_sixlowpan_frag_sfr_congure/app.config b/tests/net/gnrc_sixlowpan_frag_sfr_congure/app.config index 9b940e371f..6768a270c3 100644 --- a/tests/net/gnrc_sixlowpan_frag_sfr_congure/app.config +++ b/tests/net/gnrc_sixlowpan_frag_sfr_congure/app.config @@ -1,6 +1,3 @@ -CONFIG_KCONFIG_USEMODULE_GNRC_IPV6_NIB=y -CONFIG_KCONFIG_USEMODULE_GNRC_SIXLOWPAN=y -CONFIG_KCONFIG_USEMODULE_GNRC_SIXLOWPAN_FRAG_SFR=y # disable router solicitations so they don't interfere with the tests CONFIG_GNRC_IPV6_NIB_NO_RTR_SOL=y # preconfigure SFR for tests diff --git a/tests/sys/congure_abe/app.config b/tests/sys/congure_abe/app.config index 1a812b8b04..b8133cb935 100644 --- a/tests/sys/congure_abe/app.config +++ b/tests/sys/congure_abe/app.config @@ -1,4 +1,2 @@ -CONFIG_KCONFIG_USEMODULE_CONGURE_TEST=y -CONFIG_KCONFIG_USEMODULE_SHELL=y CONFIG_CONGURE_TEST_LOST_MSG_POOL_SIZE=6 CONFIG_SHELL_NO_ECHO=y diff --git a/tests/sys/congure_quic/app.config b/tests/sys/congure_quic/app.config index 1a812b8b04..b8133cb935 100644 --- a/tests/sys/congure_quic/app.config +++ b/tests/sys/congure_quic/app.config @@ -1,4 +1,2 @@ -CONFIG_KCONFIG_USEMODULE_CONGURE_TEST=y -CONFIG_KCONFIG_USEMODULE_SHELL=y CONFIG_CONGURE_TEST_LOST_MSG_POOL_SIZE=6 CONFIG_SHELL_NO_ECHO=y diff --git a/tests/sys/congure_reno/app.config b/tests/sys/congure_reno/app.config index 1a812b8b04..b8133cb935 100644 --- a/tests/sys/congure_reno/app.config +++ b/tests/sys/congure_reno/app.config @@ -1,4 +1,2 @@ -CONFIG_KCONFIG_USEMODULE_CONGURE_TEST=y -CONFIG_KCONFIG_USEMODULE_SHELL=y CONFIG_CONGURE_TEST_LOST_MSG_POOL_SIZE=6 CONFIG_SHELL_NO_ECHO=y diff --git a/tests/sys/congure_test/app.config b/tests/sys/congure_test/app.config index 2d84fd3dac..ac5e6738e5 100644 --- a/tests/sys/congure_test/app.config +++ b/tests/sys/congure_test/app.config @@ -1,2 +1 @@ -CONFIG_KCONFIG_USEMODULE_SHELL=y CONFIG_SHELL_NO_ECHO=y diff --git a/tests/test_print_stack_usage.config b/tests/test_print_stack_usage.config deleted file mode 100644 index dac31232ed..0000000000 --- a/tests/test_print_stack_usage.config +++ /dev/null @@ -1 +0,0 @@ -CONFIG_MODULE_TEST_UTILS_PRINT_STACK_USAGE=y diff --git a/tests/test_utils.config b/tests/test_utils.config deleted file mode 100644 index 001c82ce97..0000000000 --- a/tests/test_utils.config +++ /dev/null @@ -1,2 +0,0 @@ -CONFIG_MODULE_TEST_UTILS_INTERACTIVE_SYNC=y -CONFIG_MODULE_TEST_UTILS_PRINT_STACK_USAGE=y