[opensuse-kernel] [PATCH] config: armv7hl: Enable gadget serial
From: "Matwey V. Kornilov" <matwey.kornilov@gmail.com> Gadget serial could be quite useful on arm boards to make console access. Signed-off-by: Matwey V. Kornilov <matwey.kornilov@gmail.com> --- config/armv7hl/default | 2 +- config/armv7hl/lpae | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/armv7hl/default b/config/armv7hl/default index 8651006..374b801 100644 --- a/config/armv7hl/default +++ b/config/armv7hl/default @@ -5823,7 +5823,7 @@ CONFIG_USB_ETH_EEM=y # CONFIG_USB_FUNCTIONFS is not set # CONFIG_USB_MASS_STORAGE is not set # CONFIG_USB_GADGET_TARGET is not set -# CONFIG_USB_G_SERIAL is not set +CONFIG_USB_G_SERIAL=m # CONFIG_USB_MIDI_GADGET is not set # CONFIG_USB_G_PRINTER is not set # CONFIG_USB_CDC_COMPOSITE is not set diff --git a/config/armv7hl/lpae b/config/armv7hl/lpae index 8909d8d..9462b09 100644 --- a/config/armv7hl/lpae +++ b/config/armv7hl/lpae @@ -5455,7 +5455,7 @@ CONFIG_USB_ETH_EEM=y # CONFIG_USB_FUNCTIONFS is not set # CONFIG_USB_MASS_STORAGE is not set # CONFIG_USB_GADGET_TARGET is not set -# CONFIG_USB_G_SERIAL is not set +CONFIG_USB_G_SERIAL=m # CONFIG_USB_MIDI_GADGET is not set # CONFIG_USB_G_PRINTER is not set # CONFIG_USB_CDC_COMPOSITE is not set -- 2.1.2 -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
participants (1)
-
matwey.kornilov@gmail.com