mirror of
https://github.com/andreili/SBC_builder.git
synced 2025-08-23 11:04:04 +02:00
Fix Klipper serial device driver.
This commit is contained in:
parent
5a4b6458af
commit
b8c9035feb
@ -3015,6 +3015,7 @@ CONFIG_CEC_NOTIFIER=y
|
||||
#
|
||||
CONFIG_MEDIA_CEC_SUPPORT=y
|
||||
# CONFIG_CEC_CH7322 is not set
|
||||
# CONFIG_USB_EXTRON_DA_HD_4K_PLUS_CEC is not set
|
||||
# CONFIG_USB_PULSE8_CEC is not set
|
||||
# CONFIG_USB_RAINSHADOW_CEC is not set
|
||||
# end of CEC support
|
||||
@ -4306,7 +4307,7 @@ CONFIG_USB_OHCI_HCD_PLATFORM=y
|
||||
#
|
||||
# USB Device Class drivers
|
||||
#
|
||||
# CONFIG_USB_ACM is not set
|
||||
CONFIG_USB_ACM=m
|
||||
# CONFIG_USB_PRINTER is not set
|
||||
# CONFIG_USB_WDM is not set
|
||||
# CONFIG_USB_TMC is not set
|
||||
|
@ -3,7 +3,7 @@ new file mode 100644
|
||||
index 000000000000..51de9e95b7d2
|
||||
--- /dev/null
|
||||
+++ b/arch/arm64/configs/printer_defconfig
|
||||
@@ -0,0 +1,686 @@
|
||||
@@ -0,0 +1,687 @@
|
||||
+CONFIG_DEFAULT_HOSTNAME="Printer"
|
||||
+CONFIG_LOCALVERSION="-arm64"
|
||||
+CONFIG_LOCALVERSION_AUTO=n
|
||||
@ -524,6 +524,7 @@ index 000000000000..51de9e95b7d2
|
||||
+CONFIG_BLK_DEV_LOOP=y
|
||||
+CONFIG_SCSI=y
|
||||
+CONFIG_BLK_DEV_SD=y
|
||||
+CONFIG_USB_ACM=m
|
||||
+
|
||||
+#for system software
|
||||
+CONFIG_TASKSTATS=y
|
||||
|
Loading…
x
Reference in New Issue
Block a user