drivers: usb: sam: Add support to samv71 soc
Add depends on SOC_SERIES_SAMV71 to enable usb driver for samv71 soc. Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
This commit is contained in:
parent
62cda9532c
commit
17ccd9ee1b
1 changed files with 2 additions and 1 deletions
|
@ -41,7 +41,8 @@ config USB_DC_SAM0
|
|||
|
||||
config USB_DC_SAM
|
||||
bool "SAM series USB HS Device Controller driver"
|
||||
depends on SOC_SERIES_SAME70
|
||||
depends on SOC_SERIES_SAME70 || \
|
||||
SOC_SERIES_SAMV71
|
||||
select USB_DEVICE_DRIVER
|
||||
help
|
||||
SAM family USB HS device controller Driver.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue