Kconfig files: Fix several errors noted by Alex Denisov in Bitbucket issue 115.

This commit is contained in:
Gregory Nutt
2018-08-05 10:48:02 -06:00
parent b4b531ef1b
commit c2267a57a0
13 changed files with 19 additions and 16 deletions
+2 -2
View File
@@ -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