9
0
Fork 0

i.MX: Default CONFIG_USB_IMX_PHY to 'y' on Vybrid

Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Andrey Smirnov 2017-01-10 07:09:11 -08:00 committed by Sascha Hauer
parent 91bfa2dca0
commit 024f720adc
1 changed files with 1 additions and 1 deletions

View File

@ -16,4 +16,4 @@ config USB_IMX_CHIPIDEA
config USB_IMX_PHY
bool
default y if ARCH_IMX6 && GENERIC_PHY
default y if (ARCH_IMX6 || ARCH_VF610) && GENERIC_PHY