From 4c880d05292ba85ea904b1844b2d7393f3afb98c Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Fri, 24 May 2019 13:42:35 +0200 Subject: linux-fslc(-lts-4.19): add USB_PRINTER and USB_SERIAL_PL2303 to defconfig MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * USB-printer can be considered as common use case * PL2303 are used in USB -> RS232 converters from Athen. These can also be considered as commonly used (we have dozens in our company) Signed-off-by: Andreas Müller --- recipes-kernel/linux/linux-fslc/defconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-kernel/linux/linux-fslc/defconfig') diff --git a/recipes-kernel/linux/linux-fslc/defconfig b/recipes-kernel/linux/linux-fslc/defconfig index 16a7d2e4..cc0677b5 100644 --- a/recipes-kernel/linux/linux-fslc/defconfig +++ b/recipes-kernel/linux/linux-fslc/defconfig @@ -312,6 +312,7 @@ CONFIG_USB=y CONFIG_USB_ANNOUNCE_NEW_DEVICES=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_EHCI_MXC=y +CONFIG_USB_PRINTER=m CONFIG_USB_STORAGE=y CONFIG_USB_CHIPIDEA=y CONFIG_USB_CHIPIDEA_UDC=y @@ -319,6 +320,7 @@ CONFIG_USB_CHIPIDEA_HOST=y CONFIG_USB_SERIAL=m CONFIG_USB_SERIAL_GENERIC=y CONFIG_USB_SERIAL_FTDI_SIO=m +CONFIG_USB_SERIAL_PL2303=m CONFIG_USB_SERIAL_OPTION=m CONFIG_USB_TEST=m CONFIG_USB_EHSET_TEST_FIXTURE=m -- cgit v1.2.3-54-g00ecf