Skip to content

Commit ffec2fa

Browse files
committed
USB Host Library settings relocated from common to S2, S3 and P5 specific defconfig files
1 parent aabf62d commit ffec2fa

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

configs/defconfig.common

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,6 @@ CONFIG_ESP_MATTER_MEM_ALLOC_MODE_INTERNAL=n
142142

143143
#TinyUSB Config
144144
CONFIG_TINYUSB_CDC_MAX_PORTS=2
145-
CONFIG_USB_HOST_HUBS_SUPPORTED=y
146-
CONFIG_USB_HOST_HUB_MULTI_LEVEL=y
147-
CONFIG_USB_HOST_HW_BUFFER_BIAS_PERIODIC_OUT=y
148145

149146
# Zigbee Config
150147
CONFIG_ZB_ENABLED=y

configs/defconfig.esp32p4

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,7 @@ CONFIG_ESP_HOSTED_NIMBLE_HCI_VHCI=y
4141
# RGB Display Optimizations
4242
CONFIG_LCD_RGB_ISR_IRAM_SAFE=y
4343
CONFIG_LCD_RGB_RESTART_IN_VSYNC=y
44+
45+
CONFIG_USB_HOST_HUBS_SUPPORTED=y
46+
CONFIG_USB_HOST_HUB_MULTI_LEVEL=y
47+
CONFIG_USB_HOST_HW_BUFFER_BIAS_BALANCED=y

configs/defconfig.esp32s2

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,7 @@ CONFIG_ULP_COPROC_RESERVE_MEM=512
1818

1919
# Matter settings:
2020
CONFIG_ENABLE_CHIPOBLE=n
21+
22+
CONFIG_USB_HOST_HUBS_SUPPORTED=y
23+
CONFIG_USB_HOST_HUB_MULTI_LEVEL=y
24+
CONFIG_USB_HOST_HW_BUFFER_BIAS_PERIODIC_OUT=y

configs/defconfig.esp32s3

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,6 @@ CONFIG_ENABLE_CHIPOBLE=y
3333
# increase the maximum number of endpoints per device
3434
CONFIG_ESP_MATTER_MAX_DYNAMIC_ENDPOINT_COUNT=32
3535

36+
CONFIG_USB_HOST_HUBS_SUPPORTED=y
37+
CONFIG_USB_HOST_HUB_MULTI_LEVEL=y
38+
CONFIG_USB_HOST_HW_BUFFER_BIAS_PERIODIC_OUT=y

0 commit comments

Comments
 (0)