On Wed, Sep 6, 2017 at 10:25 AM, Manivannan Sadhasivam manivannan.sadhasivam@linaro.org wrote:
This patch enables USB device class drivers which were enabled by default in previous releases till 16.09
right.. sorry about that. it was lost in the migration..
Signed-off-by: Manivannan Sadhasivam manivannan.sadhasivam@linaro.org
kernel/configs/distro.config | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/kernel/configs/distro.config b/kernel/configs/distro.config index 776ab3d..8f7f42c 100644 --- a/kernel/configs/distro.config +++ b/kernel/configs/distro.config @@ -132,6 +132,11 @@ CONFIG_USB_NET_SMSC75XX=m CONFIG_USB_NET_SMSC95XX=m CONFIG_USB_NET_MCS7830=m
+# USB device class +CONFIG_USB_ACM=y +CONFIG_USB_PRINTER=y +CONFIG_USB_WDM=y
can we please make them =m instead? i tried to move some of the USB drivers as =m to avoid bloating the kernel.
# LEDs CONFIG_LEDS_CLASS=y CONFIG_LEDS_GPIO=y -- 2.7.4