[linux-yocto] [PATCH 6/7] usb-typec: enable CONFIF_TYPEC

Anuj Mittal anuj.mittal at intel.com
Sun Oct 7 19:29:56 PDT 2018


typec configs are now controlled by CONFIG_TYPEC [1]. Also enable
CONFIG_TYPEC_TCPM for TYPEC_WCOVE [2].

[1] https://github.com/torvalds/linux/commit/a7c42106ead7041b99662a125b408deb68a3e6aa
[2] https://github.com/torvalds/linux/commit/3c4fb9f169214290ec9a943907321e6265b36f65

Signed-off-by: Anuj Mittal <anuj.mittal at intel.com>
---
 features/usb/usb-typec.cfg | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/features/usb/usb-typec.cfg b/features/usb/usb-typec.cfg
index b23b75ef..73f00e6a 100644
--- a/features/usb/usb-typec.cfg
+++ b/features/usb/usb-typec.cfg
@@ -1,3 +1,6 @@
+CONFIG_TYPEC=m
+CONFIG_TYPEC_TCPM=m
+
 # Dependencies
 CONFIG_INTEL_PMC_IPC=y
 
-- 
2.17.1



More information about the linux-yocto mailing list