From 17ccd9ee1b23619507769a7bff7be679078cabc2 Mon Sep 17 00:00:00 2001 From: Gerson Fernando Budke Date: Sat, 14 Dec 2019 12:34:20 -0300 Subject: [PATCH] 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 --- drivers/usb/device/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/usb/device/Kconfig b/drivers/usb/device/Kconfig index e4c668e6f3c..7db1c49ad31 100644 --- a/drivers/usb/device/Kconfig +++ b/drivers/usb/device/Kconfig @@ -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.