Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 685a6824 authored by Aditya Raut's avatar Aditya Raut
Browse files

usb: gadget: f_cdev: put change under config



Added specific platform config check for the
change.

Change-Id: I34091dbf3ca371bd24fa82a1bf56bad352f5156a
Signed-off-by: default avatarAditya Raut <aditraut@codeaurora.org>
parent e0783095
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -57,8 +57,11 @@
#define BRIDGE_RX_QUEUE_SIZE	8
#define BRIDGE_RX_BUF_SIZE	2048
#define BRIDGE_TX_QUEUE_SIZE	8
#if IS_ENABLED(CONFIG_ARCH_SM8150)
#define BRIDGE_TX_BUF_SIZE  (50 * 1024)

#else
#define BRIDGE_TX_BUF_SIZE 2048
#endif
#define GS_LOG2_NOTIFY_INTERVAL		5  /* 1 << 5 == 32 msec */
#define GS_NOTIFY_MAXPACKET		10 /* notification + 2 bytes */