diff options
author | Peter Chen <peter.chen@freescale.com> | 2015-11-19 06:47:47 +0300 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2015-11-19 23:48:48 +0300 |
commit | ac722e302cc057a65cb1d975f8b17e8e11144946 (patch) | |
tree | 03ca26eeaaf1724ad270bd2c8a420d20104d5dd0 /CREDITS | |
parent | 391e6dcb37857d5659b53def2f41e2f56850d33c (diff) | |
download | linux-ac722e302cc057a65cb1d975f8b17e8e11144946.tar.xz |
usb: kconfig: fix warning of select USB_OTG
When choose randconfig for kernel build, it reports below warning:
"warning: (USB_OTG_FSM && FSL_USB2_OTG && USB_MV_OTG) selects USB_OTG
which has unmet direct dependencies (USB_SUPPORT && USB && PM)"
In fact, USB_OTG is visible symbol and depends on PM, so the driver
needs to depend on it to reduce dependency problem.
Signed-off-by: Peter Chen <peter.chen@freescale.com>
Reported-by: Arnd Bergmann <arnd@arndb.de>
Cc: Felipe Balbi <balbi@ti.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'CREDITS')
0 files changed, 0 insertions, 0 deletions