diff options
author | Paul Kocialkowski | 2015-06-12 19:56:58 +0200 |
---|---|---|
committer | Marek Vasut | 2015-07-22 08:57:53 +0200 |
commit | 01acd6abbdd5a5951f68d08c245550c720ea6ad8 (patch) | |
tree | 41204c356c749add837262bbd9c450dfb1aa5c0a /board/samsung | |
parent | f2226c0dbec2de90f92367f66af3a4cb20109ed3 (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>
Tested-by: Lukasz Majewski <l.majewski@samsung.com>
Test HW: Odroid_XU3 (Exynos5422), trats (Exynos4210)
Diffstat (limited to 'board/samsung')
-rw-r--r-- | board/samsung/common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/samsung/common/Makefile b/board/samsung/common/Makefile index 93347ef0003..5fb01ce7839 100644 --- a/board/samsung/common/Makefile +++ b/board/samsung/common/Makefile @@ -6,7 +6,7 @@ # obj-$(CONFIG_SOFT_I2C_MULTI_BUS) += multi_i2c.o -obj-$(CONFIG_USBDOWNLOAD_GADGET) += gadget.o +obj-$(CONFIG_USB_GADGET_DOWNLOAD) += gadget.o obj-$(CONFIG_MISC_COMMON) += misc.o ifndef CONFIG_SPL_BUILD |