diff options
author | uvok cheetah | 2024-09-14 17:50:52 +0200 |
---|---|---|
committer | uvok cheetah | 2024-09-14 17:50:52 +0200 |
commit | 44ef6b634ace907a577407d396da18df9aeb74ea (patch) | |
tree | 3099e9ff248e87a74a4171299add968aab6c6fce /custom | |
parent | 03c3aa0e25a4be5ead49c0863ccf4ffd7fa088c3 (diff) |
Add USB-over-IP (??? no idea why this is default m for all bcm stuff)
Diffstat (limited to 'custom')
-rw-r--r-- | custom/rpi_mini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/custom/rpi_mini b/custom/rpi_mini index 65170fa..923cf1b 100644 --- a/custom/rpi_mini +++ b/custom/rpi_mini @@ -154,6 +154,10 @@ CONFIG_BCM2835_WDT=y # CONFIG_HID_SUPPORT is not set CONFIG_USB=y CONFIG_USB_ANNOUNCE_NEW_DEVICES=y +CONFIG_USBIP_CORE=m +CONFIG_USBIP_VHCI_HCD=m +CONFIG_USBIP_HOST=m +CONFIG_USBIP_DEBUG=y CONFIG_MMC=y CONFIG_MMC_BLOCK_MINORS=32 CONFIG_MMC_BCM2835_MMC=y |