commit | a99817cd201cb5f65b3c0a1ec61f8b6e86ee791f | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Aug 10 16:17:55 2021 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 30 14:10:05 2021 -0400 |
tree | 041976a80a475e0a0edf3da4eb770fc368c393c7 | |
parent | 08fc11db07d2a92b7674c3599c011f094951ac0b [diff] |
usb: dwc2: Rename CONFIG_DWC2 namespace to DWC2 There are a number of DWC2 configuration options that are set in dwc2.h and referenced in dwc2.c only. Move these out of the CONFIG_DWC2 namespace and in to the DWC2 namespace. Note that hikey was defining an option that was already always enabled, so we can remove that hunk. Cc: Marek Vasut <marex@denx.de> Signed-off-by: Tom Rini <trini@konsulko.com>