From eef195f57b811be8f8c208c940a8f27b3ad38365 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0tetiar?= Date: Thu, 13 Jun 2019 22:38:22 +0000 Subject: [PATCH] tegra: add missing kernel symbol to 4.19 config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch adds missing kernel config symbol to 4.19 kernel config. Signed-off-by: Petr Štetiar --- target/linux/tegra/config-4.19 | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/tegra/config-4.19 b/target/linux/tegra/config-4.19 index 663c201a3e..ea2177a865 100644 --- a/target/linux/tegra/config-4.19 +++ b/target/linux/tegra/config-4.19 @@ -532,6 +532,7 @@ CONFIG_UNCOMPRESS_INCLUDE="debug/uncompress.h" CONFIG_USB=y CONFIG_USB_COMMON=y CONFIG_USB_EHCI_HCD=y +# CONFIG_USB_XHCI_TEGRA is not set # CONFIG_USB_EHCI_HCD_PLATFORM is not set CONFIG_USB_EHCI_TEGRA=y CONFIG_USB_HID=y