From ae5330d8eb5f0deb00d2b4702c91b3a0658f74b2 Mon Sep 17 00:00:00 2001 From: Chanwoo Choi Date: Wed, 24 Mar 2021 12:44:24 +0900 Subject: [PATCH] ARM: tizen_bcm2711_defconfig: Enable USB_PRINTER config Enable USB_PRINTER config to suppot USB printer device. Change-Id: Ic63797d93520e4bc50175c53c7e7328b55a0f724 Signed-off-by: Chanwoo Choi --- arch/arm/configs/tizen_bcm2711_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/tizen_bcm2711_defconfig b/arch/arm/configs/tizen_bcm2711_defconfig index 2974324..a7f590e 100644 --- a/arch/arm/configs/tizen_bcm2711_defconfig +++ b/arch/arm/configs/tizen_bcm2711_defconfig @@ -356,6 +356,7 @@ CONFIG_USB_ANNOUNCE_NEW_DEVICES=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_PLATFORM=y CONFIG_USB_ACM=m +CONFIG_USB_PRINTER=y CONFIG_USB_STORAGE=y CONFIG_USB_UAS=y CONFIG_USB_DWC2=y -- 2.7.4