summaryrefslogtreecommitdiff
path: root/arch/arm/configs/colibri_t20_defconfig
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2016-01-26 15:45:14 -0800
committerMax Krummenacher <max.krummenacher@toradex.com>2016-03-21 10:51:50 +0100
commit1fe42333667fc7560464e64bc9e9b5ec59f7ca06 (patch)
tree0edd4d8e96e6b2dacfc4c76c3e7a03f9e80f5313 /arch/arm/configs/colibri_t20_defconfig
parent5fc9966aad667f7e4649bb8f74a241492fe3458e (diff)
apalis/colibri_t20/t30: synchronize USB serial options
Compile USB device classes such as WDM and CDC ACM as modules. Enable USB driver for GSM and CDMA modems (Option and others). Also enable USB serial console option which allows to use a USB serial device as a serial console at boot time. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'arch/arm/configs/colibri_t20_defconfig')
-rw-r--r--arch/arm/configs/colibri_t20_defconfig6
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/arm/configs/colibri_t20_defconfig b/arch/arm/configs/colibri_t20_defconfig
index 09b84c23122e..55b567472e60 100644
--- a/arch/arm/configs/colibri_t20_defconfig
+++ b/arch/arm/configs/colibri_t20_defconfig
@@ -297,13 +297,15 @@ CONFIG_USB_OTG=y
# CONFIG_USB_OTG_WHITELIST is not set
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_EHCI_TEGRA=y
-CONFIG_USB_ACM=y
-CONFIG_USB_WDM=y
+CONFIG_USB_ACM=m
+CONFIG_USB_WDM=m
CONFIG_USB_STORAGE=y
CONFIG_USB_LIBUSUAL=y
CONFIG_USB_SERIAL=y
CONFIG_USB_SERIAL_GENERIC=y
+CONFIG_USB_SERIAL_FTDI_SIO=y
CONFIG_USB_SERIAL_PL2303=y
+CONFIG_USB_SERIAL_OPTION=m
CONFIG_USB_GADGET=y
CONFIG_USB_TEGRA=y
CONFIG_USB_G_ANDROID=y