Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752270AbdLJXLR (ORCPT ); Sun, 10 Dec 2017 18:11:17 -0500 Received: from mail-lf0-f68.google.com ([209.85.215.68]:45333 "EHLO mail-lf0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751379AbdLJXLH (ORCPT ); Sun, 10 Dec 2017 18:11:07 -0500 X-Google-Smtp-Source: AGs4zMYV/agLVfKqH7wgpQNrSKjluc7WNZQdhje0Gr+WM4uJY8eQVrh2xS2yFzAZRug+UOtdoqsrEg== From: Dmitry Osipenko To: Felipe Balbi , Alan Stern , Greg Kroah-Hartman , Jonathan Hunter , Thierry Reding , Peter Chen Cc: linux-usb@vger.kernel.org, linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v1 2/2] usb: chipidea: tegra: Select Tegra's PHY in Kconfig Date: Mon, 11 Dec 2017 02:10:00 +0300 Message-Id: X-Mailer: git-send-email 2.15.1 In-Reply-To: References: In-Reply-To: References: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 650 Lines: 22 UDC driver won't probe without Tegra's PHY, hence select it in the Kconfig. Signed-off-by: Dmitry Osipenko --- drivers/usb/chipidea/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/chipidea/Kconfig b/drivers/usb/chipidea/Kconfig index 785f0ed037f7..2ef3b27ea72b 100644 --- a/drivers/usb/chipidea/Kconfig +++ b/drivers/usb/chipidea/Kconfig @@ -27,6 +27,7 @@ config USB_CHIPIDEA_PCI config USB_CHIPIDEA_UDC bool "ChipIdea device controller" depends on USB_GADGET + select USB_TEGRA_PHY if ARCH_TEGRA help Say Y here to enable device controller functionality of the ChipIdea driver. -- 2.15.1