-
CONFIG_USB_DFU_MAX_XFER_SIZE
¶
(No prompt – not directly user assignable.)
Type: int
Direct dependencies¶
(USB_DFU_CLASS
&& USB
&& BOARD_INTEL_S1000_CRB
) || (USB_DFU_CLASS
&& USB_DEVICE_STACK
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- 4096 if
USB_DFU_CLASS
&&USB
&&BOARD_INTEL_S1000_CRB
- 64 if
USB_DFU_CLASS
&&USB_DEVICE_STACK
Kconfig definitions¶
At boards/xtensa/intel_s1000_crb/Kconfig.defconfig:83
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config USB_DFU_MAX_XFER_SIZE int default 4096 ifUSB_DFU_CLASS
&&USB
&&BOARD_INTEL_S1000_CRB
depends onUSB_DFU_CLASS
&&USB
&&BOARD_INTEL_S1000_CRB
At subsys/usb/class/Kconfig:146
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:28
→ subsys/usb/Kconfig:102
Menu path: (top menu) → USB device stack
config USB_DFU_MAX_XFER_SIZE int default 64 ifUSB_DFU_CLASS
&&USB_DEVICE_STACK
depends onUSB_DFU_CLASS
&&USB_DEVICE_STACK
(Definitions include propagated dependencies, including from if’s and menus.)