diff options
author | Dmitry Osipenko | 2017-08-16 13:32:41 +0300 |
---|---|---|
committer | Thierry Reding | 2017-08-17 16:29:53 +0200 |
commit | f6982786df61513c3614c91d492f3c1b21da6128 (patch) | |
tree | f725cc9653d20bd111771a3f0f3e7881b25cac3d /arch/arm/configs | |
parent | a420179a58e43695efe78785a04631f534966d67 (diff) |
ARM: defconfig: tegra: Enable ChipIdea UDC driver
Since NVIDIA Tegra is supported now by the ChipIdea USB driver, let's
enable this driver in tegra_defconfig.
Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/tegra_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/configs/tegra_defconfig b/arch/arm/configs/tegra_defconfig index 959b2730ba8b..6678f2929356 100644 --- a/arch/arm/configs/tegra_defconfig +++ b/arch/arm/configs/tegra_defconfig @@ -219,6 +219,9 @@ CONFIG_USB_EHCI_TEGRA=y CONFIG_USB_ACM=y CONFIG_USB_WDM=y CONFIG_USB_STORAGE=y +CONFIG_USB_CHIPIDEA=y +CONFIG_USB_CHIPIDEA_UDC=y +CONFIG_USB_GADGET=y CONFIG_MMC=y CONFIG_MMC_BLOCK_MINORS=16 CONFIG_MMC_SDHCI=y |