summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2022-11-19 18:45:38 -0500
committerTom Rini <[email protected]>2022-12-05 16:08:37 -0500
commita9c3bce3626686efc9528c048e9296bb734d988c (patch)
treebd54cd0124c52f9b672cde43725de58b543bbf14 /include
parent08d01cda45d60af377e94fca05445d2fac232b8d (diff)
Convert CONFIG_USB_GADGET_AT91 to Kconfig
This converts the following to Kconfig: CONFIG_USB_GADGET_AT91 Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/smartweb.h4
-rw-r--r--include/configs/taurus.h4
2 files changed, 0 insertions, 8 deletions
diff --git a/include/configs/smartweb.h b/include/configs/smartweb.h
index 794475942a2..b988b96e58d 100644
--- a/include/configs/smartweb.h
+++ b/include/configs/smartweb.h
@@ -64,10 +64,6 @@
#define CONFIG_USART_BASE ATMEL_BASE_DBGU
#define CONFIG_USART_ID ATMEL_ID_SYS
-/* USB DFU support */
-
-#define CONFIG_USB_GADGET_AT91
-
/* DFU class support */
#define DFU_MANIFEST_POLL_TIMEOUT 25000
diff --git a/include/configs/taurus.h b/include/configs/taurus.h
index baaf94e2dd5..30f84255820 100644
--- a/include/configs/taurus.h
+++ b/include/configs/taurus.h
@@ -62,10 +62,6 @@
#endif
#if defined(CONFIG_BOARD_TAURUS)
-/* USB DFU support */
-
-#define CONFIG_USB_GADGET_AT91
-
/* DFU class support */
#define DFU_MANIFEST_POLL_TIMEOUT 25000
#endif