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

Commit e27c3eaf authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "defconfig: Enable EUD driver for Kona"

parents d7e9c0bf 818d96f6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -365,6 +365,7 @@ CONFIG_MSM_SUBSYSTEM_RESTART=y
CONFIG_MSM_PIL=y
CONFIG_MSM_PIL_SSR_GENERIC=y
CONFIG_MSM_BOOT_STATS=y
CONFIG_QCOM_EUD=y
CONFIG_QCOM_GLINK=y
CONFIG_QCOM_GLINK_PKT=y
CONFIG_DEVFREQ_GOV_PASSIVE=y
+1 −0
Original line number Diff line number Diff line
@@ -377,6 +377,7 @@ CONFIG_MSM_SUBSYSTEM_RESTART=y
CONFIG_MSM_PIL=y
CONFIG_MSM_PIL_SSR_GENERIC=y
CONFIG_MSM_BOOT_STATS=y
CONFIG_QCOM_EUD=y
CONFIG_MSM_CORE_HANG_DETECT=y
CONFIG_QCOM_GLINK=y
CONFIG_QCOM_GLINK_PKT=y
+2 −0
Original line number Diff line number Diff line
@@ -8,8 +8,10 @@
#include <linux/slab.h>
#include <linux/interrupt.h>
#include <linux/err.h>
#include <linux/of.h>
#include <linux/platform_device.h>
#include <linux/extcon.h>
#include <linux/extcon-provider.h>
#include <linux/delay.h>
#include <linux/sysfs.h>
#include <linux/io.h>
+3 −0
Original line number Diff line number Diff line
@@ -281,4 +281,7 @@
/* MediaTek BTIF */
#define PORT_MTK_BTIF	117

/* QTI EUD UART */
#define PORT_EUD_UART	118

#endif /* _UAPILINUX_SERIAL_CORE_H */