Merge pull request #1422 from bingmann/master

enable CONFIG_USB_PRINTER module for use as print server
This commit is contained in:
Igor Pečovnik 2019-06-23 13:38:10 +02:00 committed by GitHub
commit 9e1f0d326a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -4279,7 +4279,7 @@ CONFIG_USB_OHCI_EXYNOS=y
# USB Device Class drivers
#
CONFIG_USB_ACM=m
# CONFIG_USB_PRINTER is not set
CONFIG_USB_PRINTER=m
CONFIG_USB_WDM=m
# CONFIG_USB_TMC is not set

View File

@ -4161,7 +4161,7 @@ CONFIG_USB_OHCI_EXYNOS=y
# USB Device Class drivers
#
CONFIG_USB_ACM=m
# CONFIG_USB_PRINTER is not set
CONFIG_USB_PRINTER=m
CONFIG_USB_WDM=m
# CONFIG_USB_TMC is not set