mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-28 08:11:02 +00:00
23 lines
545 B
Diff
23 lines
545 B
Diff
--- a/unix/mpconfigport.mk
|
|
+++ b/unix/mpconfigport.mk
|
|
@@ -34,6 +34,19 @@ MICROPY_SSL_MBEDTLS = 0
|
|
# jni module requires JVM/JNI
|
|
MICROPY_PY_JNI = 0
|
|
|
|
+MICROPY_PY_TREZORCONFIG = 1
|
|
+
|
|
+MICROPY_PY_TREZORCRYPTO = 1
|
|
+
|
|
+MICROPY_PY_TREZORDEBUG = 1
|
|
+
|
|
+MICROPY_PY_TREZORMSG = 1
|
|
+
|
|
+# TrezorUi module requires SDL2+SDL2_image unless TREZORUI_NOUI=1 is used
|
|
+MICROPY_PY_TREZORUI = 1
|
|
+
|
|
+MICROPY_PY_TREZORUTILS = 1
|
|
+
|
|
# Avoid using system libraries, use copies bundled with MicroPython
|
|
# as submodules (currently affects only libffi).
|
|
MICROPY_STANDALONE = 0
|