From 9d053a8255834f93aecf9c24c558bbfca2c045eb Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Thu, 5 Apr 2018 16:39:57 +0000 Subject: [PATCH] [x86] Enable CONFIG_TYPEC_FUSB302 as a module Provides support for the USB type-C interface on GPD Pocket UMPC systems. Also enable its dependencies CONFIG_TYPEC=m and CONFIG_TYPEC_TCPM=m. --- debian/changelog | 3 +++ debian/config/kernelarch-x86/config | 7 +++++++ 2 files changed, 10 insertions(+) diff --git a/debian/changelog b/debian/changelog index c681163b5..596bdac25 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,9 @@ linux (4.16-1~exp1) UNRELEASED; urgency=medium [ Jeremy Stanley ] * [x86] Power management support for GPD Pocket UMPC systems + - Enable CONFIG_TYPEC_FUSB302 as a module (provides support for the USB + type-C interface) along with its dependencies CONFIG_TYPEC=m and + CONFIG_TYPEC_TCPM=m - Enable CONFIG_BATTERY_MAX17042 as a module (provides support for the battery level monitor) - Enable CONFIG_CHARGER_BQ24190 as a module (provides support for the diff --git a/debian/config/kernelarch-x86/config b/debian/config/kernelarch-x86/config index b447e77de..8d50da112 100644 --- a/debian/config/kernelarch-x86/config +++ b/debian/config/kernelarch-x86/config @@ -1732,6 +1732,13 @@ CONFIG_USB_SL811_HCD=m # CONFIG_USB_SL811_HCD_ISO is not set CONFIG_USB_SL811_CS=m +## +## file: drivers/usb/typec/Kconfig +## +CONFIG_TYPEC=m +CONFIG_TYPEC_TCPM=m +CONFIG_TYPEC_FUSB302=m + ## ## file: drivers/vfio/Kconfig ##