-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
17 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,7 @@ | ||
# Python version major minor patch | ||
menu "Python version" | ||
config PYTHON_VERSION_MAJOR | ||
int "python package major version" | ||
default 0 | ||
menu "OpenSSL" | ||
config OPENSSL_COMPILE_FROM_SOURCE | ||
bool "compile openssl from souce code" | ||
default n | ||
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 | ||
compile openssl from source code, or use system libs | ||
endmenu |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters