diff options
author | Anupam Roy <anupam.r@samsung.com> | 2018-06-01 16:24:33 +0530 |
---|---|---|
committer | Junghoon Kim <jhoon20.kim@samsung.com> | 2019-06-11 09:35:53 +0900 |
commit | ab5bdf5c9166676b180c103bd78486f57ceeac26 (patch) | |
tree | b1b50ec42daab6bc44f627aaa9d7bb4498d1d9f9 /arch/arm64 | |
parent | 85070dc30d37b1ee9b08e3e2f91cabefd6e5399a (diff) | |
download | linux-rpi3-ab5bdf5c9166676b180c103bd78486f57ceeac26.tar.gz linux-rpi3-ab5bdf5c9166676b180c103bd78486f57ceeac26.tar.bz2 linux-rpi3-ab5bdf5c9166676b180c103bd78486f57ceeac26.zip |
ARM64: tizen_bcmrpi3_defconfig: enable usb acm driver config
This patch enables usb cdc-acm driver config to support
/dev/ttyACM# nodes for ACM class devices.
Change-Id: Ic6b79b90a201cade8451d5698ae8b2c26442b0eb
Signed-off-by: Anupam Roy <anupam.r@samsung.com>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/configs/tizen_bcmrpi3_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/configs/tizen_bcmrpi3_defconfig b/arch/arm64/configs/tizen_bcmrpi3_defconfig index d78c15d7580f..cef4382c4f94 100644 --- a/arch/arm64/configs/tizen_bcmrpi3_defconfig +++ b/arch/arm64/configs/tizen_bcmrpi3_defconfig @@ -3045,7 +3045,7 @@ CONFIG_USB_DWCOTG=y # # USB Device Class drivers # -# CONFIG_USB_ACM is not set +CONFIG_USB_ACM=y # CONFIG_USB_PRINTER is not set # CONFIG_USB_WDM is not set # CONFIG_USB_TMC is not set |