summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/samv7/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/arm/src/samv7/Kconfig')
-rw-r--r--nuttx/arch/arm/src/samv7/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/nuttx/arch/arm/src/samv7/Kconfig b/nuttx/arch/arm/src/samv7/Kconfig
index 08d8f7570..194c74924 100644
--- a/nuttx/arch/arm/src/samv7/Kconfig
+++ b/nuttx/arch/arm/src/samv7/Kconfig
@@ -1253,6 +1253,19 @@ endmenu # EMAC0 device driver options
menu "USB High Speed Device Controller driver (DCD) options"
depends on SAMV7_USBDEVHS
+config SAMV7_USBDEVHS_LOWPOWER
+ bool "Low-power mode"
+ default n
+ depends on EXPERIMENTAL
+ ---help---
+ The USBHS can work in two modes:
+
+ - Normal mode where High speed, Full speed and Low speed are
+ available.
+ - Low-power mode where only Full speed and Low speed are available.
+
+ This options selects the low-power mode.
+
config SAMV7_USBHS_SCATTERGATHER
bool
default n