commit | 8a09162a82b21542cb893a09d96350c8a8f4879a | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Jul 09 10:11:55 2021 -0400 |
committer | Tom Rini <trini@konsulko.com> | Sun Jul 18 21:05:31 2021 -0400 |
tree | 8021b391d839ddf608b639557f000febeb39f0db | |
parent | b4ab8a08e430efa104f0571aa871d279774e0ca9 [diff] |
treewide: Test on CONFIG_USB_HOST (or CONFIG_CMD_USB) not CONFIG_USB As the logic here is only used when we have a USB host controller, test on CONFIG_USB_HOST rather than CONFIG_USB in general. This lets us move towards using CONFIG_USB only as a menu symbol to say that we have some form of USB, and then USB_HOST or USB_GADGET depending on the role that USB plays within the build. Signed-off-by: Tom Rini <trini@konsulko.com>