mirror of
https://github.com/apache/nuttx.git
synced 2026-05-26 02:36:11 +08:00
Kconfig files: Fix several errors noted by Alex Denisov in Bitbucket issue 115.
This commit is contained in:
@@ -17,7 +17,7 @@ config USBDEV_DUALSPEED
|
||||
---help---
|
||||
Hardware handles high and full speed operation (USB 2.0)
|
||||
|
||||
choice USBDEV_POWERED
|
||||
choice
|
||||
prompt "Select USB device powered"
|
||||
default USBDEV_SELFPOWERED
|
||||
|
||||
@@ -29,7 +29,7 @@ config USBDEV_SELFPOWERED
|
||||
config USBDEV_BUSPOWERED
|
||||
bool "Bus powered"
|
||||
---help---
|
||||
Will cause USB features to indicate that the device is self-powered
|
||||
Will cause USB features to indicate that the device is not self-powered
|
||||
|
||||
endchoice
|
||||
|
||||
|
||||
Reference in New Issue
Block a user