From 8249001728a6c7aa4cf50406fcf7573fbd2ad5b4 Mon Sep 17 00:00:00 2001 From: Mikael Voss Date: Tue, 13 Aug 2024 22:49:10 +0200 Subject: [PATCH] portable: Enable USB Type-C Port Controller --- portable.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/portable.nix b/portable.nix index 0fc20d2..61e5c25 100644 --- a/portable.nix +++ b/portable.nix @@ -31,6 +31,8 @@ BACKLIGHT_CLASS_DEVICE = yes; TYPEC = yes; + TYPEC_TCPM = yes; + TYPEC_TCPCI = yes; TYPEC_UCSI = yes; UCSI_ACPI = yes; TYPEC_DP_ALTMODE = yes;