From 2995e97cd489abeeedf90ac60b4b98499661ce7e Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Sat, 7 Mar 2026 15:08:04 -0500 Subject: feat: Kconfig support added Initial support for Kconfiglib has been added. This includes menuconfig, savedefconfig, defconfig, and config.h generation. --- example/Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 example/Kconfig (limited to 'example/Kconfig') diff --git a/example/Kconfig b/example/Kconfig new file mode 100644 index 0000000..11c2de0 --- /dev/null +++ b/example/Kconfig @@ -0,0 +1,8 @@ +mainmenu "Example Program Configuration" + +config FIB_NUMBER + int "Fibonacci Number" + default 9 + help + Which Fibonacci number you would like. + -- cgit v1.2.3