diff options
| author | Tom Rini <[email protected]> | 2025-09-11 15:50:19 -0600 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2025-09-26 00:06:00 +0200 |
| commit | 70553ec85f0002900e817ba64f84ff818bc28755 (patch) | |
| tree | 3cf7a1418c7a90740c34226e4a720276228d3f6b /drivers | |
| parent | f83a9e5df4cbb792e4b1c3f826b05f3fe8249dcc (diff) | |
usb: gadget: Tighten requirements on USB_GADGET_ATMEL_USBA
This driver requires some mach-at91 specific header files in order to build.
Express that requirement in Kconfig as well.
Reviewed-by: Marek Vasut <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/usb/gadget/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig index 0121f9872ae..29c2f27fa05 100644 --- a/drivers/usb/gadget/Kconfig +++ b/drivers/usb/gadget/Kconfig @@ -93,6 +93,7 @@ config USB_GADGET_PRODUCT_NUM config USB_GADGET_ATMEL_USBA bool "Atmel USBA" + depends on ARCH_AT91 select USB_GADGET_DUALSPEED help USBA is the integrated high-speed USB Device controller on |
