mbox series

[0/3] tree-wide: Kconfig update

Message ID 20241101110245.164173-1-oss@braunwarth.dev
Headers show
Series tree-wide: Kconfig update | expand

Message

Daniel Braunwarth Nov. 1, 2024, 11:02 a.m. UTC
This series of patches updates the Kconfig files. This is a first step
to be able to use new versions of Kconfig in the future.

Daniel Braunwarth (3):
  tree-wide: rename Kconfig files
  kconfig: define Lua in version 5.2 as default
  kconfig: add missing quotation

 Kconfig                                 | 24 ++++++++++++------------
 bootloader/{Config.in => Kconfig}       |  0
 configs/all_handlers_defconfig          |  1 -
 configs/bootloader_ebg_defconfig        |  1 -
 configs/bootloader_grub_defconfig       |  1 -
 configs/bootloader_uboot_defconfig      |  1 -
 configs/btrfs_defconfig                 |  1 -
 configs/cms1_defconfig                  |  1 -
 configs/cms_defconfig                   |  1 -
 configs/hawkbit_defconfig               |  1 -
 configs/mbedtls_defconfig               |  1 -
 configs/no_ssl_defconfig                |  1 -
 configs/nodwl_defconfig                 |  1 -
 configs/raspi_defconfig                 |  1 -
 configs/sha256_defconfig                |  1 -
 configs/suricatta_all_modules_defconfig |  1 -
 configs/suricatta_http_defconfig        |  1 -
 configs/swuforwarder_defconfig          |  1 -
 configs/test_defconfig                  |  1 -
 configs/with_ebg_defconfig              |  1 -
 configs/with_lua_handlers_defconfig     |  1 -
 configs/with_lua_nohandlers_defconfig   |  1 -
 configs/with_rdiff_defconfig            |  1 -
 configs/with_systemd_defconfig          |  1 -
 configs/with_ucfw_defconfig             |  1 -
 configs/without_libconfig_defconfig     |  1 -
 containers/{Config.in => Kconfig}       |  0
 doc/source/bootloader_interface.rst     |  2 +-
 doc/source/suricatta.rst                |  2 +-
 fs/{Config.in => Kconfig}               |  0
 handlers/{Config.in => Kconfig}         |  2 +-
 mongoose/{Config.in => Kconfig}         |  0
 parser/{Config.in => Kconfig}           |  0
 suricatta/{Config.in => Kconfig}        |  0
 34 files changed, 15 insertions(+), 39 deletions(-)
 rename bootloader/{Config.in => Kconfig} (100%)
 rename containers/{Config.in => Kconfig} (100%)
 rename fs/{Config.in => Kconfig} (100%)
 rename handlers/{Config.in => Kconfig} (99%)
 rename mongoose/{Config.in => Kconfig} (100%)
 rename parser/{Config.in => Kconfig} (100%)
 rename suricatta/{Config.in => Kconfig} (100%)