zephyr/subsys/usb/class
Ulf Magnusson 8cf8db3a73 Kconfig: Use a short, consistent style for prompts
Consistently use

    config FOO
            bool/int/hex/string "Prompt text"

instead of

    config FOO
            bool/int/hex/string
            prompt "Prompt text"

(...and a bunch of other variations that e.g. swapped the order of the
type and the 'prompt', or put other properties between them).

The shorthand is fully equivalent to using 'prompt'. It saves lines and
avoids tricking people into thinking there is some semantic difference.

Most of the grunt work was done by a modified version of
https://unix.stackexchange.com/questions/26284/
how-can-i-use-sed-to-replace-a-multi-line-string/26290#26290, but some
of the rarer variations had to be converted manually.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2018-08-15 04:10:10 -07:00
..
hid Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
netusb Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
bluetooth.c usb: remove all CONFIG_*_EP_ADDR options 2018-06-22 12:30:55 -04:00
cdc_acm.c drivers: uart: Allow to pass arbitrary user data to irq callback 2018-08-02 19:20:12 +02:00
CMakeLists.txt subsys: usb: class: add loopback function 2018-07-06 11:56:16 -05:00
Kconfig Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
loopback.c subsys: usb: class: add loopback function 2018-07-06 11:56:16 -05:00
mass_storage.c usb: remove all CONFIG_*_EP_ADDR options 2018-06-22 12:30:55 -04:00
usb_dfu.c subsys: usb: Fixes USB DFU class by updating the bcdUSB value. 2018-06-27 13:38:12 +02:00