commit | c7b7b5cbd0c859b1546a5a3455d457708bdadf4c | [log] [tgz] |
---|---|---|
author | Aaro Koskinen <aaro.koskinen@iki.fi> | Tue Dec 04 19:57:42 2018 +0200 |
committer | Tony Lindgren <tony@atomide.com> | Tue Dec 11 08:14:23 2018 -0800 |
tree | 195c869933c0f23693c59ecd8f77ded1b0133e53 | |
parent | 84df9525b0c27f3ebc2ebb1864fa62a97fdedb7d [diff] |
ARM: OMAP1: fix USB configuration for device-only setups Currently we do USB configuration only if the host mode (CONFIG_USB) is enabled. But it should be done also in the case of device-only setups, so change the condition to CONFIG_USB_SUPPORT. This allows to use omap_udc on Palm Tungsten E. Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Tony Lindgren <tony@atomide.com>