diff options
author | Paul Kocialkowski | 2015-04-05 11:40:54 +0200 |
---|---|---|
committer | Paul Kocialkowski | 2015-07-15 14:45:44 +0200 |
commit | f3994c8ceb83d4ea015e257a2f3896ef04d44611 (patch) | |
tree | 26ab254903185f9e983040994a37648ea97dc18f /doc | |
parent | 33711bdd4a4dce942fb5ae85a68899a8357bdd94 (diff) |
usb: USB download gadget and functions config options coherent naming
This introduces a coherent scheme for naming USB download gadget and functions
config options. The download USB gadget config option is moved to
CONFIG_USB_GADGET_DOWNLOAD for better consistency with other gadgets and each
function's config option is moved to a CONFIG_USB_FUNCTION_ prefix.
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.android-fastboot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.android-fastboot b/doc/README.android-fastboot index 04411e98bc9..c2a2418a0fa 100644 --- a/doc/README.android-fastboot +++ b/doc/README.android-fastboot @@ -33,7 +33,7 @@ Board specific The fastboot gadget relies on the USB download gadget, so the following options must be configured: -CONFIG_USBDOWNLOAD_GADGET +CONFIG_USB_GADGET_DOWNLOAD CONFIG_G_DNL_VENDOR_NUM CONFIG_G_DNL_PRODUCT_NUM CONFIG_G_DNL_MANUFACTURER |