diff options
author | Petr Štetiar <ynezz@true.cz> | 2019-06-13 22:38:22 +0000 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2019-06-17 09:42:36 +0200 |
commit | eef195f57b811be8f8c208c940a8f27b3ad38365 (patch) | |
tree | 68f854df9d83078f6ee77115cf74f6e6731b4967 /target/linux/tegra | |
parent | 1c63e5e8690ee2e4f08b34c6fb70c8256201dba1 (diff) | |
download | upstream-eef195f57b811be8f8c208c940a8f27b3ad38365.tar.gz upstream-eef195f57b811be8f8c208c940a8f27b3ad38365.tar.bz2 upstream-eef195f57b811be8f8c208c940a8f27b3ad38365.zip |
tegra: add missing kernel symbol to 4.19 config
This patch adds missing kernel config symbol to 4.19 kernel config.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target/linux/tegra')
-rw-r--r-- | target/linux/tegra/config-4.19 | 1 |
1 files changed, 1 insertions, 0 deletions
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 |