summaryrefslogtreecommitdiff
path: root/ports/esp32s2/mpconfigport.mk
diff options
context:
space:
mode:
Diffstat (limited to 'ports/esp32s2/mpconfigport.mk')
-rw-r--r--ports/esp32s2/mpconfigport.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/ports/esp32s2/mpconfigport.mk b/ports/esp32s2/mpconfigport.mk
index a7873aa46..d13eb17f7 100644
--- a/ports/esp32s2/mpconfigport.mk
+++ b/ports/esp32s2/mpconfigport.mk
@@ -25,8 +25,9 @@ CIRCUITPY_COUNTIO = 0
# These modules are implemented in shared-module/ - they can be included in
# any port once their prerequisites in common-hal are complete.
-CIRCUITPY_RANDOM = 0 # Requires OS
-CIRCUITPY_USB_MIDI = 0 # Requires USB
-CIRCUITPY_ULAB = 0 # No requirements, but takes extra flash
+# Requires USB
+CIRCUITPY_USB_MIDI = 0
+# Too large for the partition table!
+CIRCUITPY_ULAB = 0
CIRCUITPY_MODULE ?= none