summaryrefslogtreecommitdiff
path: root/apps/interpreters/micropython/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/interpreters/micropython/Kconfig')
-rw-r--r--apps/interpreters/micropython/Kconfig12
1 files changed, 10 insertions, 2 deletions
diff --git a/apps/interpreters/micropython/Kconfig b/apps/interpreters/micropython/Kconfig
index 82f345148..0c42b33f0 100644
--- a/apps/interpreters/micropython/Kconfig
+++ b/apps/interpreters/micropython/Kconfig
@@ -11,6 +11,14 @@ config INTERPRETERS_MICROPYTHON
if INTERPRETERS_MICROPYTHON
+config INTERPRETERS_MICROPYTHON_URL
+ string "URL where Micro Python can be downloaded"
+ default "https://github.com/micropython/micropython/archive"
+
+config INTERPRETERS_MICROPYTHON_VERSION
+ string "Version number"
+ default "1.3.8"
+
config INTERPRETERS_MICROPYTHON_APPNAME
string "Executable name"
default "micropython"
@@ -26,9 +34,9 @@ config INTERPRETERS_MICROPYTHON_PRIORITY
default 100
depends on NSH_BUILTIN_APPS
-CONFIG_INTERPRETERS_MICROPYTHON_PROGNAME
+config INTERPRETERS_MICROPYTHON_PROGNAME
string "Program name"
default "micropython"
depends on BUILD_KERNEL
-endif # INTERPRETERS_MICROPYTHON \ No newline at end of file
+endif # INTERPRETERS_MICROPYTHON