commit | b032aa6726a6fad0d304c4928844f7aa437dd408 | [log] [tgz] |
---|---|---|
author | Kunihiko Hayashi <hayashi.kunihiko@socionext.com> | Wed May 12 23:11:14 2021 +0900 |
committer | Marek Vasut <marex@denx.de> | Sun May 16 19:01:45 2021 +0200 |
tree | 986a3475baf9be67b01681b2bb30e8bbddf4ab5b | |
parent | 9b28e5a0864f246cfcc4fdbf8636c2fe139082a3 [diff] |
usb: dwc3-generic: Disable host driver definition if gadget only Even if only USB gadget is defined, dwc3 generic driver enables a definition and probe/remove functions for host driver. This enables the definition if USB_HOST is enabled only. Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>