diff options
| author | sakumisu <[email protected]> | 2025-05-28 21:24:56 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2025-05-28 21:24:56 +0800 |
| commit | 51ad3717c56054ee012705bde040892e32d75e9d (patch) | |
| tree | 6d4a34c266a09391a4fb3cc9e3bffaac516b6636 | |
| parent | 0ee859d339748a392b1a0f198ac49e123e3223cc (diff) | |
chore(cmake): disable bluetooth
Signed-off-by: sakumisu <[email protected]>
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a181def9..5c2f0901 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,7 @@ if(BL_SDK_BASE) set(CONFIG_CHERRYUSB_HOST_VIDEO 1) set(CONFIG_CHERRYUSB_HOST_AUDIO 1) set(CONFIG_CHERRYUSB_HOST_CDC_RNDIS 1) - set(CONFIG_CHERRYUSB_HOST_BLUETOOTH 1) + # set(CONFIG_CHERRYUSB_HOST_BLUETOOTH 1) set(CONFIG_CHERRYUSB_HOST_ASIX 1) set(CONFIG_CHERRYUSB_HOST_RTL8152 1) set(CONFIG_CHERRYUSB_HOST_CH34X 1) |
