mirror of
https://github.com/sipeed/MaixCDK.git
synced 2026-09-13 07:03:24 -05:00
29 lines
733 B
Plaintext
29 lines
733 B
Plaintext
# Python version major minor patch
|
|
menu "Python Configs"
|
|
config PYTHON_COMPILE_FROM_SOURCE
|
|
bool "compile python from source code"
|
|
default false
|
|
help
|
|
Compile Python lib from source code
|
|
menu "Python version"
|
|
|
|
config PYTHON_VERSION_MAJOR
|
|
int "python package major version"
|
|
default 0
|
|
help
|
|
Python package major version, 0 means auto select according to board
|
|
|
|
config PYTHON_VERSION_MINOR
|
|
int "python package minor version"
|
|
default 0
|
|
help
|
|
Python package minor version
|
|
|
|
config PYTHON_VERSION_PATCH
|
|
int "python package patch version"
|
|
default 0
|
|
help
|
|
Python package patch version
|
|
endmenu
|
|
endmenu
|