summaryrefslogtreecommitdiff
path: root/ports/litex
diff options
context:
space:
mode:
authorScott Shawcroft <scott@adafruit.com>2020-12-02 13:23:02 -0800
committerGitHub <noreply@github.com>2020-12-02 13:23:02 -0800
commit1130b80e2ae173c5cb09dd3daa4b3acd61393611 (patch)
tree8a10a3d883f3731be2001b6332f1ef0a1fdfe4d0 /ports/litex
parent348392f8ccc644383c578ca84b7bc662d284e04b (diff)
parentcb863e4c5c9ed0c7628ccd737da03085d1bc1a5b (diff)
Merge pull request #3612 from gamblor21/bus_device
Moving Adafruit_CircuitPython_BusDevice to core
Diffstat (limited to 'ports/litex')
-rw-r--r--ports/litex/mpconfigport.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/litex/mpconfigport.mk b/ports/litex/mpconfigport.mk
index 485a75fde..003fb5c2c 100644
--- a/ports/litex/mpconfigport.mk
+++ b/ports/litex/mpconfigport.mk
@@ -18,6 +18,7 @@ CIRCUITPY_AUDIOIO = 0
CIRCUITPY_BITBANGIO = 0
CIRCUITPY_BLEIO_HCI = 0
CIRCUITPY_BOARD = 0
+CIRCUITPY_BUSDEVICE = 0
CIRCUITPY_BUSIO = 0
CIRCUITPY_COUNTIO = 0
CIRCUITPY_DISPLAYIO = 0